From 3b0a4ff89fb76b7cd56bc7d16b485a7e1be85cfd Mon Sep 17 00:00:00 2001
From: zl <3216908512@qq.com>
Date: Wed, 27 Nov 2024 13:15:32 +0800
Subject: [PATCH] =?UTF-8?q?develop=E6=94=BE4=E4=B8=AA=E7=BB=84=E5=91=98?=
=?UTF-8?q?=E5=90=88=E5=B9=B6=E5=90=8E=E7=9A=84=E6=BA=90=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/.gitignore | 8 -
.idea/compiler.xml | 13 -
.idea/misc.xml | 14 -
.idea/modules.xml | 8 -
.idea/yfexam-exam-main.iml | 9 -
.vscode/settings.json | 3 -
docs/运行包/application-local.yml | 4 +-
docs/运行包/logs/yf-exam-lite/spring.log | 50432 ----------------
exam-api/.idea/.gitignore | 8 -
exam-api/.idea/compiler.xml | 13 -
exam-api/.idea/misc.xml | 12 -
.../java/com/yf/exam/ability/Constant.java | 13 +-
.../yf/exam/ability/job/enums/JobGroup.java | 14 +-
.../yf/exam/ability/job/enums/JobPrefix.java | 15 +-
.../exam/ability/job/service/JobService.java | 51 +-
.../job/service/impl/JobServiceImpl.java | 129 +-
.../ability/shiro/CNFilterFactoryBean.java | 38 +-
.../com/yf/exam/ability/shiro/ShiroRealm.java | 246 +-
.../yf/exam/ability/shiro/aop/JwtFilter.java | 113 +-
.../yf/exam/ability/shiro/jwt/JwtToken.java | 41 +-
.../yf/exam/ability/shiro/jwt/JwtUtils.java | 90 +-
.../ability/upload/config/UploadConfig.java | 36 +-
.../upload/controller/UploadController.java | 71 +-
.../exam/ability/upload/dto/UploadReqDTO.java | 30 +-
.../ability/upload/dto/UploadRespDTO.java | 35 +-
.../ability/upload/service/UploadService.java | 58 +-
.../service/impl/UploadServiceImpl.java | 144 +-
.../exam/ability/upload/utils/FileUtils.java | 321 +-
.../exam/ability/upload/utils/MediaUtils.java | 76 +-
.../java/com/yf/exam/aspect/DictAspect.java | 215 +-
.../exam/aspect/mybatis/QueryInterceptor.java | 177 +-
.../aspect/mybatis/UpdateInterceptor.java | 126 +-
.../com/yf/exam/aspect/utils/InjectUtils.java | 111 +-
.../java/com/yf/exam/config/CorsConfig.java | 58 +-
.../com/yf/exam/config/MultipartConfig.java | 53 +-
.../com/yf/exam/config/MybatisConfig.java | 55 +-
.../com/yf/exam/config/ScheduledConfig.java | 141 +-
.../java/com/yf/exam/config/ShiroConfig.java | 242 +-
.../com/yf/exam/config/SwaggerConfig.java | 155 +-
.../exam/controller/ExamController.java | 233 +-
.../com/yf/exam/modules/exam/dto/ExamDTO.java | 140 +-
.../exam/modules/exam/dto/ExamDepartDTO.java | 55 +-
.../yf/exam/modules/exam/dto/ExamRepoDTO.java | 93 +-
.../modules/exam/dto/ext/ExamRepoExtDTO.java | 50 +-
.../exam/dto/request/ExamSaveReqDTO.java | 54 +-
.../exam/dto/response/ExamOnlineRespDTO.java | 35 +-
.../exam/dto/response/ExamReviewRespDTO.java | 53 +-
.../com/yf/exam/modules/exam/entity/Exam.java | 155 +-
.../exam/modules/exam/entity/ExamDepart.java | 65 +-
.../yf/exam/modules/exam/entity/ExamRepo.java | 105 +-
.../modules/exam/mapper/ExamDepartMapper.java | 28 +-
.../exam/modules/exam/mapper/ExamMapper.java | 61 +-
.../modules/exam/mapper/ExamRepoMapper.java | 39 +-
.../exam/service/ExamDepartService.java | 42 +-
.../modules/exam/service/ExamRepoService.java | 49 +-
.../modules/exam/service/ExamService.java | 77 +-
.../service/impl/ExamDepartServiceImpl.java | 88 +-
.../service/impl/ExamRepoServiceImpl.java | 92 +-
.../exam/service/impl/ExamServiceImpl.java | 209 +-
exam-api/target/classes/application-dev.yml | 71 -
exam-api/target/classes/application-local.yml | 85 -
exam-api/target/classes/application.yml | 15 -
.../com/yf/exam/ability/Constant.class | Bin 375 -> 0 bytes
.../yf/exam/ability/job/enums/JobGroup.class | Bin 201 -> 0 bytes
.../yf/exam/ability/job/enums/JobPrefix.class | Bin 212 -> 0 bytes
.../exam/ability/job/service/JobService.class | Bin 659 -> 0 bytes
.../job/service/impl/JobServiceImpl.class | Bin 5661 -> 0 bytes
.../ability/shiro/CNFilterFactoryBean.class | Bin 1354 -> 0 bytes
.../yf/exam/ability/shiro/ShiroRealm.class | Bin 4222 -> 0 bytes
.../yf/exam/ability/shiro/aop/JwtFilter.class | Bin 3054 -> 0 bytes
.../yf/exam/ability/shiro/jwt/JwtToken.class | Bin 1920 -> 0 bytes
.../yf/exam/ability/shiro/jwt/JwtUtils.class | Bin 3481 -> 0 bytes
.../ability/upload/config/UploadConfig.class | Bin 2838 -> 0 bytes
.../upload/controller/UploadController.class | Bin 2516 -> 0 bytes
.../ability/upload/dto/UploadReqDTO.class | Bin 2086 -> 0 bytes
.../ability/upload/dto/UploadRespDTO.class | Bin 1996 -> 0 bytes
.../upload/service/UploadService.class | Bin 434 -> 0 bytes
.../service/impl/UploadServiceImpl.class | Bin 5163 -> 0 bytes
.../exam/ability/upload/utils/FileUtils.class | Bin 4802 -> 0 bytes
.../ability/upload/utils/MediaUtils$1.class | Bin 675 -> 0 bytes
.../ability/upload/utils/MediaUtils.class | Bin 1335 -> 0 bytes
.../com/yf/exam/aspect/DictAspect.class | Bin 2751 -> 0 bytes
.../aspect/mybatis/QueryInterceptor.class | Bin 5532 -> 0 bytes
.../aspect/mybatis/UpdateInterceptor.class | Bin 3370 -> 0 bytes
.../yf/exam/aspect/utils/InjectUtils.class | Bin 3287 -> 0 bytes
.../com/yf/exam/config/CorsConfig.class | Bin 1843 -> 0 bytes
.../com/yf/exam/config/MultipartConfig.class | Bin 1048 -> 0 bytes
.../com/yf/exam/config/MybatisConfig.class | Bin 1131 -> 0 bytes
.../com/yf/exam/config/ScheduledConfig.class | Bin 4178 -> 0 bytes
.../com/yf/exam/config/ShiroConfig.class | Bin 4270 -> 0 bytes
.../com/yf/exam/config/SwaggerConfig.class | Bin 3166 -> 0 bytes
.../classes/com/yf/exam/core/annon/Dict.class | Bin 503 -> 0 bytes
.../com/yf/exam/core/api/ApiError.class | Bin 3809 -> 0 bytes
.../com/yf/exam/core/api/ApiRest.class | Bin 4051 -> 0 bytes
.../core/api/controller/BaseController.class | Bin 3840 -> 0 bytes
.../com/yf/exam/core/api/dto/BaseDTO.class | Bin 983 -> 0 bytes
.../yf/exam/core/api/dto/BaseIdReqDTO.class | Bin 2366 -> 0 bytes
.../yf/exam/core/api/dto/BaseIdRespDTO.class | Bin 1958 -> 0 bytes
.../yf/exam/core/api/dto/BaseIdsReqDTO.class | Bin 2701 -> 0 bytes
.../exam/core/api/dto/BaseStateReqDTO.class | Bin 3004 -> 0 bytes
.../yf/exam/core/api/dto/PagingReqDTO.class | Bin 5031 -> 0 bytes
.../yf/exam/core/api/dto/PagingRespDTO.class | Bin 801 -> 0 bytes
.../exam/core/api/utils/JsonConverter.class | Bin 1996 -> 0 bytes
.../com/yf/exam/core/enums/CommonState.class | Bin 400 -> 0 bytes
.../com/yf/exam/core/enums/OpenType.class | Bin 393 -> 0 bytes
.../core/exception/ServiceException.class | Bin 3011 -> 0 bytes
.../exception/ServiceExceptionHandler.class | Bin 1523 -> 0 bytes
.../com/yf/exam/core/utils/BeanMapper.class | Bin 2751 -> 0 bytes
.../com/yf/exam/core/utils/CronUtils.class | Bin 816 -> 0 bytes
.../com/yf/exam/core/utils/DateUtils.class | Bin 2172 -> 0 bytes
.../com/yf/exam/core/utils/IpUtils.class | Bin 1281 -> 0 bytes
.../com/yf/exam/core/utils/Reflections.class | Bin 10020 -> 0 bytes
.../com/yf/exam/core/utils/SpringUtils.class | Bin 1449 -> 0 bytes
.../com/yf/exam/core/utils/StringUtils.class | Bin 1604 -> 0 bytes
.../exam/core/utils/excel/ExportExcel$1.class | Bin 1246 -> 0 bytes
.../exam/core/utils/excel/ExportExcel.class | Bin 15277 -> 0 bytes
.../exam/core/utils/excel/ImportExcel$1.class | Bin 1256 -> 0 bytes
.../exam/core/utils/excel/ImportExcel.class | Bin 11011 -> 0 bytes
.../utils/excel/annotation/ExcelField.class | Bin 778 -> 0 bytes
.../core/utils/excel/fieldtype/ListType.class | Bin 1971 -> 0 bytes
.../com/yf/exam/core/utils/file/Md5Util.class | Bin 1339 -> 0 bytes
.../exam/core/utils/passwd/PassHandler.class | Bin 1833 -> 0 bytes
.../yf/exam/core/utils/passwd/PassInfo.class | Bin 893 -> 0 bytes
.../com/yf/exam/modules/Constant.class | Bin 361 -> 0 bytes
.../exam/controller/ExamController.class | Bin 7641 -> 0 bytes
.../yf/exam/modules/exam/dto/ExamDTO.class | Bin 9155 -> 0 bytes
.../exam/modules/exam/dto/ExamDepartDTO.class | Bin 2870 -> 0 bytes
.../exam/modules/exam/dto/ExamRepoDTO.class | Bin 6181 -> 0 bytes
.../modules/exam/dto/ext/ExamRepoExtDTO.class | Bin 3148 -> 0 bytes
.../exam/dto/request/ExamSaveReqDTO.class | Bin 3061 -> 0 bytes
.../exam/dto/response/ExamOnlineRespDTO.class | Bin 1243 -> 0 bytes
.../exam/dto/response/ExamReviewRespDTO.class | Bin 2634 -> 0 bytes
.../yf/exam/modules/exam/entity/Exam.class | Bin 8519 -> 0 bytes
.../exam/modules/exam/entity/ExamDepart.class | Bin 3108 -> 0 bytes
.../exam/modules/exam/entity/ExamRepo.class | Bin 6359 -> 0 bytes
.../exam/mapper/ExamDepartMapper.class | Bin 336 -> 0 bytes
.../exam/modules/exam/mapper/ExamMapper.class | Bin 1377 -> 0 bytes
.../modules/exam/mapper/ExamRepoMapper.class | Bin 630 -> 0 bytes
.../exam/service/ExamDepartService.class | Bin 664 -> 0 bytes
.../exam/service/ExamRepoService.class | Bin 768 -> 0 bytes
.../modules/exam/service/ExamService.class | Bin 1404 -> 0 bytes
.../service/impl/ExamDepartServiceImpl.class | Bin 4948 -> 0 bytes
.../service/impl/ExamRepoServiceImpl.class | Bin 5133 -> 0 bytes
.../exam/service/impl/ExamServiceImpl.class | Bin 7307 -> 0 bytes
.../paper/controller/PaperController.class | Bin 6301 -> 0 bytes
.../yf/exam/modules/paper/dto/PaperDTO.class | Bin 10874 -> 0 bytes
.../modules/paper/dto/PaperQuAnswerDTO.class | Bin 5570 -> 0 bytes
.../exam/modules/paper/dto/PaperQuDTO.class | Bin 6630 -> 0 bytes
.../paper/dto/ext/PaperQuAnswerExtDTO.class | Bin 2490 -> 0 bytes
.../paper/dto/ext/PaperQuDetailDTO.class | Bin 3405 -> 0 bytes
.../paper/dto/request/PaperAnswerDTO.class | Bin 2758 -> 0 bytes
.../paper/dto/request/PaperCreateReqDTO.class | Bin 2440 -> 0 bytes
.../paper/dto/request/PaperListReqDTO.class | Bin 4042 -> 0 bytes
.../paper/dto/request/PaperQuQueryDTO.class | Bin 2398 -> 0 bytes
.../dto/response/ExamDetailRespDTO.class | Bin 4076 -> 0 bytes
.../dto/response/ExamResultRespDTO.class | Bin 2349 -> 0 bytes
.../paper/dto/response/PaperListRespDTO.class | Bin 2009 -> 0 bytes
.../yf/exam/modules/paper/entity/Paper.class | Bin 10799 -> 0 bytes
.../exam/modules/paper/entity/PaperQu.class | Bin 6674 -> 0 bytes
.../modules/paper/entity/PaperQuAnswer.class | Bin 5607 -> 0 bytes
.../exam/modules/paper/enums/ExamState.class | Bin 487 -> 0 bytes
.../exam/modules/paper/enums/PaperState.class | Bin 481 -> 0 bytes
.../exam/modules/paper/job/BreakExamJob.class | Bin 2268 -> 0 bytes
.../modules/paper/mapper/PaperMapper.class | Bin 1126 -> 0 bytes
.../paper/mapper/PaperQuAnswerMapper.class | Bin 706 -> 0 bytes
.../modules/paper/mapper/PaperQuMapper.class | Bin 763 -> 0 bytes
.../paper/service/PaperQuAnswerService.class | Bin 1087 -> 0 bytes
.../paper/service/PaperQuService.class | Bin 1290 -> 0 bytes
.../modules/paper/service/PaperService.class | Bin 1427 -> 0 bytes
.../impl/PaperQuAnswerServiceImpl$1.class | Bin 1001 -> 0 bytes
.../impl/PaperQuAnswerServiceImpl.class | Bin 5803 -> 0 bytes
.../service/impl/PaperQuServiceImpl$1.class | Bin 959 -> 0 bytes
.../service/impl/PaperQuServiceImpl.class | Bin 7339 -> 0 bytes
.../paper/service/impl/PaperServiceImpl.class | Bin 21769 -> 0 bytes
.../modules/qu/controller/QuController.class | Bin 11664 -> 0 bytes
.../yf/exam/modules/qu/dto/QuAnswerDTO.class | Bin 4472 -> 0 bytes
.../com/yf/exam/modules/qu/dto/QuDTO.class | Bin 6109 -> 0 bytes
.../yf/exam/modules/qu/dto/QuRepoDTO.class | Bin 3888 -> 0 bytes
.../modules/qu/dto/export/QuExportDTO.class | Bin 7922 -> 0 bytes
.../modules/qu/dto/export/QuImportDTO.class | Bin 4417 -> 0 bytes
.../exam/modules/qu/dto/ext/QuDetailDTO.class | Bin 3000 -> 0 bytes
.../qu/dto/request/QuQueryReqDTO.class | Bin 3839 -> 0 bytes
.../qu/dto/request/QuRepoBatchReqDTO.class | Bin 3384 -> 0 bytes
.../com/yf/exam/modules/qu/entity/Qu.class | Bin 6122 -> 0 bytes
.../yf/exam/modules/qu/entity/QuAnswer.class | Bin 4580 -> 0 bytes
.../yf/exam/modules/qu/entity/QuRepo.class | Bin 4096 -> 0 bytes
.../com/yf/exam/modules/qu/enums/QuType.class | Bin 429 -> 0 bytes
.../modules/qu/mapper/QuAnswerMapper.class | Bin 326 -> 0 bytes
.../yf/exam/modules/qu/mapper/QuMapper.class | Bin 1480 -> 0 bytes
.../exam/modules/qu/mapper/QuRepoMapper.class | Bin 320 -> 0 bytes
.../modules/qu/service/QuAnswerService.class | Bin 1129 -> 0 bytes
.../modules/qu/service/QuRepoService.class | Bin 1291 -> 0 bytes
.../exam/modules/qu/service/QuService.class | Bin 1651 -> 0 bytes
.../service/impl/QuAnswerServiceImpl$1.class | Bin 948 -> 0 bytes
.../qu/service/impl/QuAnswerServiceImpl.class | Bin 8257 -> 0 bytes
.../qu/service/impl/QuRepoServiceImpl$1.class | Bin 934 -> 0 bytes
.../qu/service/impl/QuRepoServiceImpl.class | Bin 9823 -> 0 bytes
.../qu/service/impl/QuServiceImpl.class | Bin 13123 -> 0 bytes
.../modules/qu/utils/ImageCheckUtils.class | Bin 1177 -> 0 bytes
.../repo/controller/RepoController.class | Bin 4513 -> 0 bytes
.../yf/exam/modules/repo/dto/RepoDTO.class | Bin 4477 -> 0 bytes
.../modules/repo/dto/request/RepoReqDTO.class | Bin 2780 -> 0 bytes
.../repo/dto/response/RepoRespDTO.class | Bin 3136 -> 0 bytes
.../yf/exam/modules/repo/entity/Repo.class | Bin 4589 -> 0 bytes
.../exam/modules/repo/mapper/RepoMapper.class | Bin 870 -> 0 bytes
.../modules/repo/service/RepoService.class | Bin 747 -> 0 bytes
.../repo/service/impl/RepoServiceImpl.class | Bin 2319 -> 0 bytes
.../controller/SysConfigController.class | Bin 2794 -> 0 bytes
.../modules/sys/config/dto/SysConfigDTO.class | Bin 3900 -> 0 bytes
.../modules/sys/config/entity/SysConfig.class | Bin 4143 -> 0 bytes
.../sys/config/mapper/SysConfigMapper.class | Bin 345 -> 0 bytes
.../sys/config/service/SysConfigService.class | Bin 425 -> 0 bytes
.../service/impl/SysConfigServiceImpl.class | Bin 1811 -> 0 bytes
.../controller/SysDepartController.class | Bin 6068 -> 0 bytes
.../modules/sys/depart/dto/SysDepartDTO.class | Bin 4521 -> 0 bytes
.../depart/dto/request/DepartSortReqDTO.class | Bin 2540 -> 0 bytes
.../dto/response/SysDepartTreeDTO.class | Bin 2466 -> 0 bytes
.../modules/sys/depart/entity/SysDepart.class | Bin 4705 -> 0 bytes
.../sys/depart/mapper/SysDepartMapper.class | Bin 908 -> 0 bytes
.../sys/depart/service/SysDepartService.class | Bin 1339 -> 0 bytes
.../service/impl/SysDepartServiceImpl.class | Bin 12336 -> 0 bytes
.../sys/system/mapper/SysDictMapper.class | Bin 539 -> 0 bytes
.../sys/system/service/SysDictService.class | Bin 333 -> 0 bytes
.../service/impl/SysDictServiceImpl.class | Bin 1048 -> 0 bytes
.../user/controller/SysRoleController.class | Bin 3238 -> 0 bytes
.../user/controller/SysUserController.class | Bin 9224 -> 0 bytes
.../modules/sys/user/dto/SysRoleDTO.class | Bin 2392 -> 0 bytes
.../modules/sys/user/dto/SysUserDTO.class | Bin 6669 -> 0 bytes
.../modules/sys/user/dto/SysUserRoleDTO.class | Bin 2868 -> 0 bytes
.../user/dto/request/SysUserLoginReqDTO.class | Bin 2495 -> 0 bytes
.../user/dto/request/SysUserSaveReqDTO.class | Bin 5189 -> 0 bytes
.../user/dto/request/SysUserTokenReqDTO.class | Bin 1987 -> 0 bytes
.../user/dto/response/SysUserLoginDTO.class | Bin 6965 -> 0 bytes
.../modules/sys/user/entity/SysRole.class | Bin 2627 -> 0 bytes
.../modules/sys/user/entity/SysUser.class | Bin 6778 -> 0 bytes
.../modules/sys/user/entity/SysUserRole.class | Bin 3108 -> 0 bytes
.../sys/user/mapper/SysRoleMapper.class | Bin 335 -> 0 bytes
.../sys/user/mapper/SysUserMapper.class | Bin 335 -> 0 bytes
.../sys/user/mapper/SysUserRoleMapper.class | Bin 347 -> 0 bytes
.../sys/user/service/SysRoleService.class | Bin 684 -> 0 bytes
.../sys/user/service/SysUserRoleService.class | Bin 1148 -> 0 bytes
.../sys/user/service/SysUserService.class | Bin 1333 -> 0 bytes
.../service/impl/SysRoleServiceImpl$1.class | Bin 977 -> 0 bytes
.../service/impl/SysRoleServiceImpl.class | Bin 2942 -> 0 bytes
.../impl/SysUserRoleServiceImpl$1.class | Bin 1005 -> 0 bytes
.../service/impl/SysUserRoleServiceImpl.class | Bin 8335 -> 0 bytes
.../service/impl/SysUserServiceImpl$1.class | Bin 977 -> 0 bytes
.../service/impl/SysUserServiceImpl.class | Bin 11705 -> 0 bytes
.../com/yf/exam/modules/user/UserUtils.class | Bin 1505 -> 0 bytes
.../book/controller/UserBookController.class | Bin 3392 -> 0 bytes
.../modules/user/book/dto/UserBookDTO.class | Bin 6115 -> 0 bytes
.../modules/user/book/entity/UserBook.class | Bin 6249 -> 0 bytes
.../user/book/mapper/UserBookMapper.class | Bin 340 -> 0 bytes
.../user/book/service/UserBookService.class | Bin 877 -> 0 bytes
.../service/impl/UserBookServiceImpl$1.class | Bin 990 -> 0 bytes
.../service/impl/UserBookServiceImpl.class | Bin 9128 -> 0 bytes
.../exam/controller/UserExamController.class | Bin 2410 -> 0 bytes
.../modules/user/exam/dto/UserExamDTO.class | Bin 5768 -> 0 bytes
.../exam/dto/request/UserExamReqDTO.class | Bin 2480 -> 0 bytes
.../exam/dto/response/UserExamRespDTO.class | Bin 2486 -> 0 bytes
.../modules/user/exam/entity/UserExam.class | Bin 5876 -> 0 bytes
.../user/exam/mapper/UserExamMapper.class | Bin 919 -> 0 bytes
.../user/exam/service/UserExamService.class | Bin 896 -> 0 bytes
.../service/impl/UserExamServiceImpl.class | Bin 6031 -> 0 bytes
.../classes/mapper/exam/ExamDepartMapper.xml | 17 -
.../target/classes/mapper/exam/ExamMapper.xml | 96 -
.../classes/mapper/exam/ExamRepoMapper.xml | 38 -
.../classes/mapper/paper/PaperMapper.xml | 65 -
.../mapper/paper/PaperQuAnswerMapper.xml | 46 -
.../classes/mapper/paper/PaperQuMapper.xml | 58 -
.../classes/mapper/qu/QuAnswerMapper.xml | 20 -
.../target/classes/mapper/qu/QuMapper.xml | 104 -
.../target/classes/mapper/qu/QuRepoMapper.xml | 20 -
.../target/classes/mapper/repo/RepoMapper.xml | 51 -
.../mapper/sys/depart/SysDepartMapper.xml | 40 -
.../mapper/sys/system/SysDictMapper.xml | 9 -
.../classes/mapper/sys/user/SysRoleMapper.xml | 16 -
.../classes/mapper/sys/user/SysUserMapper.xml | 24 -
.../mapper/sys/user/SysUserRoleMapper.xml | 17 -
.../classes/mapper/user/UserBookMapper.xml | 23 -
.../classes/mapper/user/UserExamMapper.xml | 54 -
exam-api/target/classes/static/favicon.png | Bin 9194 -> 0 bytes
exam-api/target/classes/static/index.html | 14 -
exam-api/target/classes/static/readMe.txt | 2 -
.../static/fonts/element-icons.535877f5.woff | Bin 28200 -> 0 bytes
.../static/fonts/element-icons.732389de.ttf | Bin 55956 -> 0 bytes
.../static/static/img/401.089007e7.gif | Bin 164227 -> 0 bytes
.../static/static/img/404.a57b6f31.png | Bin 98071 -> 0 bytes
.../static/static/img/404_cloud.0f4bc32b.png | Bin 4766 -> 0 bytes
.../static/static/img/contact.22828125.png | Bin 44951 -> 0 bytes
.../classes/static/static/img/h5.ac62244a.png | Bin 25894 -> 0 bytes
.../static/static/img/login-bg.5825f033.svg | 69 -
.../classes/static/static/img/mp.1a3d1b7d.jpg | Bin 91768 -> 0 bytes
exam-api/target/classes/static/static/js/0.js | 219 -
exam-api/target/classes/static/static/js/1.js | 133 -
.../target/classes/static/static/js/10.js | 147 -
.../target/classes/static/static/js/11.js | 141 -
.../target/classes/static/static/js/12.js | 119 -
.../target/classes/static/static/js/13.js | 121 -
.../target/classes/static/static/js/14.js | 123 -
.../target/classes/static/static/js/15.js | 121 -
.../target/classes/static/static/js/16.js | 108 -
.../target/classes/static/static/js/17.js | 109 -
.../target/classes/static/static/js/18.js | 109 -
.../target/classes/static/static/js/19.js | 99 -
exam-api/target/classes/static/static/js/2.js | 111 -
.../target/classes/static/static/js/20.js | 87 -
.../target/classes/static/static/js/21.js | 87 -
.../target/classes/static/static/js/22.js | 87 -
.../target/classes/static/static/js/23.js | 87 -
.../target/classes/static/static/js/24.js | 87 -
.../target/classes/static/static/js/25.js | 63 -
.../target/classes/static/static/js/26.js | 63 -
.../target/classes/static/static/js/27.js | 39 -
exam-api/target/classes/static/static/js/3.js | 75 -
exam-api/target/classes/static/static/js/4.js | 323 -
exam-api/target/classes/static/static/js/5.js | 193 -
exam-api/target/classes/static/static/js/6.js | 193 -
exam-api/target/classes/static/static/js/7.js | 193 -
exam-api/target/classes/static/static/js/8.js | 183 -
exam-api/target/classes/static/static/js/9.js | 147 -
.../target/classes/static/static/js/app.js | 3100 -
.../classes/static/static/js/chunk-commons.js | 251 -
.../static/static/js/chunk-elementUI.js | 536 -
.../classes/static/static/js/chunk-libs.js | 3892 --
.../classes/static/static/js/runtime.js | 223 -
326 files changed, 1894 insertions(+), 65730 deletions(-)
delete mode 100644 .idea/.gitignore
delete mode 100644 .idea/compiler.xml
delete mode 100644 .idea/misc.xml
delete mode 100644 .idea/modules.xml
delete mode 100644 .idea/yfexam-exam-main.iml
delete mode 100644 .vscode/settings.json
delete mode 100644 docs/运行包/logs/yf-exam-lite/spring.log
delete mode 100644 exam-api/.idea/.gitignore
delete mode 100644 exam-api/.idea/compiler.xml
delete mode 100644 exam-api/.idea/misc.xml
delete mode 100644 exam-api/target/classes/application-dev.yml
delete mode 100644 exam-api/target/classes/application-local.yml
delete mode 100644 exam-api/target/classes/application.yml
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/Constant.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/job/enums/JobGroup.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/job/enums/JobPrefix.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/job/service/JobService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/job/service/impl/JobServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/shiro/CNFilterFactoryBean.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/shiro/ShiroRealm.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/shiro/aop/JwtFilter.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/shiro/jwt/JwtToken.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/shiro/jwt/JwtUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/config/UploadConfig.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/controller/UploadController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/dto/UploadReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/dto/UploadRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/service/UploadService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/service/impl/UploadServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/utils/FileUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/utils/MediaUtils$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/ability/upload/utils/MediaUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/aspect/DictAspect.class
delete mode 100644 exam-api/target/classes/com/yf/exam/aspect/mybatis/QueryInterceptor.class
delete mode 100644 exam-api/target/classes/com/yf/exam/aspect/mybatis/UpdateInterceptor.class
delete mode 100644 exam-api/target/classes/com/yf/exam/aspect/utils/InjectUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/config/CorsConfig.class
delete mode 100644 exam-api/target/classes/com/yf/exam/config/MultipartConfig.class
delete mode 100644 exam-api/target/classes/com/yf/exam/config/MybatisConfig.class
delete mode 100644 exam-api/target/classes/com/yf/exam/config/ScheduledConfig.class
delete mode 100644 exam-api/target/classes/com/yf/exam/config/ShiroConfig.class
delete mode 100644 exam-api/target/classes/com/yf/exam/config/SwaggerConfig.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/annon/Dict.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/ApiError.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/ApiRest.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/controller/BaseController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/dto/BaseDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/dto/BaseIdReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/dto/BaseIdRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/dto/BaseIdsReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/dto/BaseStateReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/dto/PagingReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/dto/PagingRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/api/utils/JsonConverter.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/enums/CommonState.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/enums/OpenType.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/exception/ServiceException.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/exception/ServiceExceptionHandler.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/BeanMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/CronUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/DateUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/IpUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/Reflections.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/SpringUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/StringUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/excel/ExportExcel$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/excel/ExportExcel.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/excel/ImportExcel$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/excel/ImportExcel.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/excel/annotation/ExcelField.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/excel/fieldtype/ListType.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/file/Md5Util.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/passwd/PassHandler.class
delete mode 100644 exam-api/target/classes/com/yf/exam/core/utils/passwd/PassInfo.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/Constant.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/controller/ExamController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/dto/ExamDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/dto/ExamDepartDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/dto/ExamRepoDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/dto/ext/ExamRepoExtDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/dto/request/ExamSaveReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/dto/response/ExamReviewRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/entity/Exam.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/entity/ExamDepart.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/entity/ExamRepo.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/mapper/ExamDepartMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/mapper/ExamMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/mapper/ExamRepoMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/service/ExamDepartService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/service/ExamRepoService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/service/ExamService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/service/impl/ExamDepartServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/service/impl/ExamRepoServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/exam/service/impl/ExamServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/controller/PaperController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/PaperDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/PaperQuAnswerDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/PaperQuDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/request/PaperAnswerDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/request/PaperCreateReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/request/PaperListReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/request/PaperQuQueryDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/response/ExamDetailRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/response/ExamResultRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/dto/response/PaperListRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/entity/Paper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/entity/PaperQu.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/entity/PaperQuAnswer.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/enums/ExamState.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/enums/PaperState.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/job/BreakExamJob.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/mapper/PaperMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/mapper/PaperQuAnswerMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/mapper/PaperQuMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/service/PaperQuAnswerService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/service/PaperQuService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/service/PaperService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/service/impl/PaperQuAnswerServiceImpl$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/service/impl/PaperQuAnswerServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/service/impl/PaperQuServiceImpl$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/service/impl/PaperQuServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/paper/service/impl/PaperServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/controller/QuController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/dto/QuAnswerDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/dto/QuDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/dto/QuRepoDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/dto/export/QuExportDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/dto/export/QuImportDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/dto/ext/QuDetailDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/dto/request/QuQueryReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/dto/request/QuRepoBatchReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/entity/Qu.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/entity/QuAnswer.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/entity/QuRepo.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/enums/QuType.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/mapper/QuAnswerMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/mapper/QuMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/mapper/QuRepoMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/service/QuAnswerService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/service/QuRepoService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/service/QuService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/service/impl/QuAnswerServiceImpl$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/service/impl/QuAnswerServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/service/impl/QuRepoServiceImpl$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/service/impl/QuRepoServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/service/impl/QuServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/qu/utils/ImageCheckUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/repo/controller/RepoController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/repo/dto/RepoDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/repo/dto/request/RepoReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/repo/dto/response/RepoRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/repo/entity/Repo.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/repo/mapper/RepoMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/repo/service/RepoService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/repo/service/impl/RepoServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/config/controller/SysConfigController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/config/dto/SysConfigDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/config/entity/SysConfig.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/config/mapper/SysConfigMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/config/service/SysConfigService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/config/service/impl/SysConfigServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/depart/controller/SysDepartController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/depart/dto/SysDepartDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/depart/dto/request/DepartSortReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/depart/entity/SysDepart.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/depart/mapper/SysDepartMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/depart/service/SysDepartService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/depart/service/impl/SysDepartServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/system/mapper/SysDictMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/system/service/SysDictService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/system/service/impl/SysDictServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/controller/SysRoleController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/controller/SysUserController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/dto/SysRoleDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/dto/SysUserDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/dto/SysUserRoleDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/dto/request/SysUserLoginReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/dto/request/SysUserSaveReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/dto/request/SysUserTokenReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/dto/response/SysUserLoginDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/entity/SysRole.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/entity/SysUser.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/entity/SysUserRole.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/mapper/SysRoleMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/mapper/SysUserMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/mapper/SysUserRoleMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/SysRoleService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/SysUserRoleService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/SysUserService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/impl/SysRoleServiceImpl$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/impl/SysRoleServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/impl/SysUserRoleServiceImpl$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/impl/SysUserRoleServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/impl/SysUserServiceImpl$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/sys/user/service/impl/SysUserServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/UserUtils.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/book/controller/UserBookController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/book/dto/UserBookDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/book/entity/UserBook.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/book/mapper/UserBookMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/book/service/UserBookService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/book/service/impl/UserBookServiceImpl$1.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/book/service/impl/UserBookServiceImpl.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/exam/controller/UserExamController.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/exam/dto/UserExamDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/exam/dto/request/UserExamReqDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/exam/dto/response/UserExamRespDTO.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/exam/entity/UserExam.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/exam/mapper/UserExamMapper.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/exam/service/UserExamService.class
delete mode 100644 exam-api/target/classes/com/yf/exam/modules/user/exam/service/impl/UserExamServiceImpl.class
delete mode 100644 exam-api/target/classes/mapper/exam/ExamDepartMapper.xml
delete mode 100644 exam-api/target/classes/mapper/exam/ExamMapper.xml
delete mode 100644 exam-api/target/classes/mapper/exam/ExamRepoMapper.xml
delete mode 100644 exam-api/target/classes/mapper/paper/PaperMapper.xml
delete mode 100644 exam-api/target/classes/mapper/paper/PaperQuAnswerMapper.xml
delete mode 100644 exam-api/target/classes/mapper/paper/PaperQuMapper.xml
delete mode 100644 exam-api/target/classes/mapper/qu/QuAnswerMapper.xml
delete mode 100644 exam-api/target/classes/mapper/qu/QuMapper.xml
delete mode 100644 exam-api/target/classes/mapper/qu/QuRepoMapper.xml
delete mode 100644 exam-api/target/classes/mapper/repo/RepoMapper.xml
delete mode 100644 exam-api/target/classes/mapper/sys/depart/SysDepartMapper.xml
delete mode 100644 exam-api/target/classes/mapper/sys/system/SysDictMapper.xml
delete mode 100644 exam-api/target/classes/mapper/sys/user/SysRoleMapper.xml
delete mode 100644 exam-api/target/classes/mapper/sys/user/SysUserMapper.xml
delete mode 100644 exam-api/target/classes/mapper/sys/user/SysUserRoleMapper.xml
delete mode 100644 exam-api/target/classes/mapper/user/UserBookMapper.xml
delete mode 100644 exam-api/target/classes/mapper/user/UserExamMapper.xml
delete mode 100644 exam-api/target/classes/static/favicon.png
delete mode 100644 exam-api/target/classes/static/index.html
delete mode 100644 exam-api/target/classes/static/readMe.txt
delete mode 100644 exam-api/target/classes/static/static/fonts/element-icons.535877f5.woff
delete mode 100644 exam-api/target/classes/static/static/fonts/element-icons.732389de.ttf
delete mode 100644 exam-api/target/classes/static/static/img/401.089007e7.gif
delete mode 100644 exam-api/target/classes/static/static/img/404.a57b6f31.png
delete mode 100644 exam-api/target/classes/static/static/img/404_cloud.0f4bc32b.png
delete mode 100644 exam-api/target/classes/static/static/img/contact.22828125.png
delete mode 100644 exam-api/target/classes/static/static/img/h5.ac62244a.png
delete mode 100644 exam-api/target/classes/static/static/img/login-bg.5825f033.svg
delete mode 100644 exam-api/target/classes/static/static/img/mp.1a3d1b7d.jpg
delete mode 100644 exam-api/target/classes/static/static/js/0.js
delete mode 100644 exam-api/target/classes/static/static/js/1.js
delete mode 100644 exam-api/target/classes/static/static/js/10.js
delete mode 100644 exam-api/target/classes/static/static/js/11.js
delete mode 100644 exam-api/target/classes/static/static/js/12.js
delete mode 100644 exam-api/target/classes/static/static/js/13.js
delete mode 100644 exam-api/target/classes/static/static/js/14.js
delete mode 100644 exam-api/target/classes/static/static/js/15.js
delete mode 100644 exam-api/target/classes/static/static/js/16.js
delete mode 100644 exam-api/target/classes/static/static/js/17.js
delete mode 100644 exam-api/target/classes/static/static/js/18.js
delete mode 100644 exam-api/target/classes/static/static/js/19.js
delete mode 100644 exam-api/target/classes/static/static/js/2.js
delete mode 100644 exam-api/target/classes/static/static/js/20.js
delete mode 100644 exam-api/target/classes/static/static/js/21.js
delete mode 100644 exam-api/target/classes/static/static/js/22.js
delete mode 100644 exam-api/target/classes/static/static/js/23.js
delete mode 100644 exam-api/target/classes/static/static/js/24.js
delete mode 100644 exam-api/target/classes/static/static/js/25.js
delete mode 100644 exam-api/target/classes/static/static/js/26.js
delete mode 100644 exam-api/target/classes/static/static/js/27.js
delete mode 100644 exam-api/target/classes/static/static/js/3.js
delete mode 100644 exam-api/target/classes/static/static/js/4.js
delete mode 100644 exam-api/target/classes/static/static/js/5.js
delete mode 100644 exam-api/target/classes/static/static/js/6.js
delete mode 100644 exam-api/target/classes/static/static/js/7.js
delete mode 100644 exam-api/target/classes/static/static/js/8.js
delete mode 100644 exam-api/target/classes/static/static/js/9.js
delete mode 100644 exam-api/target/classes/static/static/js/app.js
delete mode 100644 exam-api/target/classes/static/static/js/chunk-commons.js
delete mode 100644 exam-api/target/classes/static/static/js/chunk-elementUI.js
delete mode 100644 exam-api/target/classes/static/static/js/chunk-libs.js
delete mode 100644 exam-api/target/classes/static/static/js/runtime.js
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b8..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index f78f415..0000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index d86c5f3..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 4714347..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/yfexam-exam-main.iml b/.idea/yfexam-exam-main.iml
deleted file mode 100644
index d6ebd48..0000000
--- a/.idea/yfexam-exam-main.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 7b016a8..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "java.compile.nullAnalysis.mode": "automatic"
-}
\ No newline at end of file
diff --git a/docs/运行包/application-local.yml b/docs/运行包/application-local.yml
index 0b0723e..00b1fcb 100644
--- a/docs/运行包/application-local.yml
+++ b/docs/运行包/application-local.yml
@@ -12,7 +12,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/yf_exam?useSSL=false&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true
username: root
- password: 123456
+ password: root
# druid相关配置
druid:
max-active: 5000
@@ -68,7 +68,7 @@ server:
conf:
upload:
# 物理文件存储位置,以/结束,windows已正斜杠,如:d:/exam-upload/
- dir: S:/upload/
+ dir: /data/upload/
# 访问地址,注意不要去除/upload/file/,此节点为虚拟标识符
# 如:http://localhost:8101/upload/file/exam.jpg,对应物理文件为:/data/upload/exam.jpg
url: http://localhost:8101/upload/file/
diff --git a/docs/运行包/logs/yf-exam-lite/spring.log b/docs/运行包/logs/yf-exam-lite/spring.log
deleted file mode 100644
index fefd121..0000000
--- a/docs/运行包/logs/yf-exam-lite/spring.log
+++ /dev/null
@@ -1,50432 +0,0 @@
-2024-09-20 17:47:12.793 DEBUG 22604 --- [main] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-starter-web-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-starter-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-starter-logging-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/logback-classic-1.2.3.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/logback-core-1.2.3.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/log4j-to-slf4j-2.17.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/log4j-api-2.17.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jul-to-slf4j-1.7.26.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/javax.annotation-api-1.3.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-core-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-jcl-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/snakeyaml-1.23.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-starter-json-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jackson-datatype-jdk8-2.9.8.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jackson-datatype-jsr310-2.9.8.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jackson-module-parameter-names-2.9.8.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-starter-tomcat-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-el-9.0.17.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-websocket-9.0.17.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/hibernate-validator-6.0.16.Final.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/validation-api-2.0.1.Final.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jboss-logging-3.3.2.Final.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-web-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-beans-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-webmvc-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-aop-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-context-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-expression-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-starter-quartz-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-context-support-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-tx-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/quartz-2.3.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mchange-commons-java-0.2.15.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/HikariCP-java7-2.4.13.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/aspectjweaver-1.9.5.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/fastjson-2.0.24.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/fastjson2-extension-2.0.24.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/fastjson2-2.0.24.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/dozer-5.5.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/commons-beanutils-1.9.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/commons-lang3-3.8.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jcl-over-slf4j-1.7.26.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mybatis-plus-3.4.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mybatis-plus-extension-3.4.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mybatis-plus-core-3.4.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mybatis-plus-annotation-3.4.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jsqlparser-3.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mybatis-3.5.6.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mybatis-spring-2.0.5.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mybatis-plus-boot-starter-3.4.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-autoconfigure-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-boot-starter-jdbc-2.1.4.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/HikariCP-3.2.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-jdbc-5.1.6.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mysql-connector-java-8.0.11.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/lombok-1.18.4.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/dom4j-2.1.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger2-2.9.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/swagger-annotations-1.5.20.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/swagger-models-1.5.20.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jackson-annotations-2.9.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spi-2.9.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-core-2.9.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/byte-buddy-1.9.12.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/guava-20.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/classmate-1.4.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-plugin-core-1.2.0.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/spring-plugin-metadata-1.2.0.RELEASE.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/mapstruct-1.2.0.Final.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/swagger-bootstrap-ui-1.9.3.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/poi-3.9.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/commons-codec-1.11.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/poi-ooxml-3.9.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/dom4j-1.6.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/xml-apis-1.4.01.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/poi-ooxml-schemas-3.9.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/xmlbeans-2.3.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/stax-api-1.0.1.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/java-jwt-3.7.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jackson-databind-2.9.8.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/jackson-core-2.9.8.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-spring-boot-starter-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-spring-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-core-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-lang-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-cache-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-crypto-hash-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-crypto-core-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-crypto-cipher-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-config-core-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-config-ogdl-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-event-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/shiro-web-1.8.0.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/encoder-1.2.2.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/druid-spring-boot-starter-1.2.6.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/druid-1.2.6.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/slf4j-api-1.7.26.jar!/, jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/commons-io-2.11.0.jar!/]
-2024-09-20 17:47:12.900 DEBUG 22604 --- [main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'spring.application.name' in PropertySource 'configurationProperties' with value of type String
-2024-09-20 17:47:12.904 INFO 22604 --- [main] com.yf.exam.ExamApplication : Starting ExamApplication v1.0 on lang with PID 22604 (S:\yfexam-exam-main\docs\а\exam-api.jar started by in S:\yfexam-exam-main\docs\а)
-2024-09-20 17:47:12.905 DEBUG 22604 --- [main] com.yf.exam.ExamApplication : Running with Spring Boot v2.1.4.RELEASE, Spring v5.1.6.RELEASE
-2024-09-20 17:47:12.905 INFO 22604 --- [main] com.yf.exam.ExamApplication : The following profiles are active: dev
-2024-09-20 17:47:12.905 DEBUG 22604 --- [main] o.s.boot.SpringApplication : Loading source class com.yf.exam.ExamApplication
-2024-09-20 17:47:12.939 DEBUG 22604 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Activated activeProfiles dev
-2024-09-20 17:47:12.940 DEBUG 22604 --- [main] o.s.b.c.c.ConfigFileApplicationListener : Loaded config file 'file:application-local.yml' (file:application-local.yml)
-2024-09-20 17:47:12.940 DEBUG 22604 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd
-2024-09-20 17:47:12.952 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
-2024-09-20 17:47:12.962 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
-2024-09-20 17:47:12.994 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/mbeans/mbeans-descriptors.xml
-2024-09-20 17:47:13.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : register('-//Apache Software Foundation//DTD Model MBeans Configuration File', 'jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd'
-2024-09-20 17:47:13.023 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/user/book/service/impl/UserBookServiceImpl.class]
-2024-09-20 17:47:13.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@67bd3e02)
-2024-09-20 17:47:13.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:13.030 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:13.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:13.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:13.031 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.032 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:13.036 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/user/exam/controller/UserExamController.class]
-2024-09-20 17:47:13.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.042 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/qu/service/impl/QuAnswerServiceImpl.class]
-2024-09-20 17:47:13.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:13.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MBeanFactory'
-2024-09-20 17:47:13.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MBeanFactory)
-2024-09-20 17:47:13.053 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/depart/controller/SysDepartController.class]
-2024-09-20 17:47:13.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.mbeans.MBeanFactory'
-2024-09-20 17:47:13.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.mbeans.MBeanFactory)
-2024-09-20 17:47:13.056 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/config/service/impl/SysConfigServiceImpl.class]
-2024-09-20 17:47:13.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Factory for MBeans and corresponding components'
-2024-09-20 17:47:13.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Factory for MBeans and corresponding components)
-2024-09-20 17:47:13.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:13.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:13.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.060 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.062 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.062 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createAjpConnector'
-2024-09-20 17:47:13.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createAjpConnector)
-2024-09-20 17:47:13.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new AjpConnector'
-2024-09-20 17:47:13.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new AjpConnector)
-2024-09-20 17:47:13.067 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/user/controller/SysUserController.class]
-2024-09-20 17:47:13.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.069 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/user/service/impl/SysRoleServiceImpl.class]
-2024-09-20 17:47:13.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.070 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.070 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.073 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/exam/controller/ExamController.class]
-2024-09-20 17:47:13.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.073 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/exam/service/impl/ExamDepartServiceImpl.class]
-2024-09-20 17:47:13.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.075 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.075 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/exam/service/impl/ExamRepoServiceImpl.class]
-2024-09-20 17:47:13.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.079 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/repo/controller/RepoController.class]
-2024-09-20 17:47:13.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@26640c49)
-2024-09-20 17:47:13.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.084 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/aspect/DictAspect.class]
-2024-09-20 17:47:13.084 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.084 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
-2024-09-20 17:47:13.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
-2024-09-20 17:47:13.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
-2024-09-20 17:47:13.085 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/qu/service/impl/QuServiceImpl.class]
-2024-09-20 17:47:13.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
-2024-09-20 17:47:13.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.087 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.087 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/system/service/impl/SysDictServiceImpl.class]
-2024-09-20 17:47:13.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@76a52591)
-2024-09-20 17:47:13.089 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/exam/service/impl/ExamServiceImpl.class]
-2024-09-20 17:47:13.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.090 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/core/utils/SpringUtils.class]
-2024-09-20 17:47:13.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
-2024-09-20 17:47:13.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
-2024-09-20 17:47:13.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
-2024-09-20 17:47:13.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
-2024-09-20 17:47:13.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
-2024-09-20 17:47:13.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
-2024-09-20 17:47:13.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.096 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.096 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/config/MybatisConfig.class]
-2024-09-20 17:47:13.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6d9830bc)
-2024-09-20 17:47:13.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.098 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/config/ScheduledConfig.class]
-2024-09-20 17:47:13.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.099 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.100 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:13.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a99f0a2)
-2024-09-20 17:47:13.102 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/config/SwaggerConfig.class]
-2024-09-20 17:47:13.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.102 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/ability/job/service/impl/JobServiceImpl.class]
-2024-09-20 17:47:13.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.103 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/paper/job/BreakExamJob.class]
-2024-09-20 17:47:13.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.104 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/paper/service/impl/PaperQuAnswerServiceImpl.class]
-2024-09-20 17:47:13.104 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.104 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.112 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/user/book/controller/UserBookController.class]
-2024-09-20 17:47:13.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createDataSourceRealm'
-2024-09-20 17:47:13.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createDataSourceRealm)
-2024-09-20 17:47:13.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new DataSource Realm'
-2024-09-20 17:47:13.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new DataSource Realm)
-2024-09-20 17:47:13.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.114 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/user/exam/service/impl/UserExamServiceImpl.class]
-2024-09-20 17:47:13.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.115 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.115 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.116 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/qu/controller/QuController.class]
-2024-09-20 17:47:13.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.117 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/qu/service/impl/QuRepoServiceImpl.class]
-2024-09-20 17:47:13.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.120 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/depart/service/impl/SysDepartServiceImpl.class]
-2024-09-20 17:47:13.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.120 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.121 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/config/controller/SysConfigController.class]
-2024-09-20 17:47:13.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f7e4556)
-2024-09-20 17:47:13.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.123 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.123 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.123 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/user/controller/SysRoleController.class]
-2024-09-20 17:47:13.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'dataSourceName'
-2024-09-20 17:47:13.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=dataSourceName)
-2024-09-20 17:47:13.124 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/user/service/impl/SysUserRoleServiceImpl.class]
-2024-09-20 17:47:13.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The JNDI named JDBC DataSource'
-2024-09-20 17:47:13.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The JNDI named JDBC DataSource)
-2024-09-20 17:47:13.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.126 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/user/service/impl/SysUserServiceImpl.class]
-2024-09-20 17:47:13.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.126 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3a07a2fb)
-2024-09-20 17:47:13.128 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/repo/service/impl/RepoServiceImpl.class]
-2024-09-20 17:47:13.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.129 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/ability/upload/service/impl/UploadServiceImpl.class]
-2024-09-20 17:47:13.129 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.129 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.129 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/ability/shiro/ShiroRealm.class]
-2024-09-20 17:47:13.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'roleNameCol'
-2024-09-20 17:47:13.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=roleNameCol)
-2024-09-20 17:47:13.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user role table that names a role'
-2024-09-20 17:47:13.131 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/aspect/utils/InjectUtils.class]
-2024-09-20 17:47:13.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user role table that names a role)
-2024-09-20 17:47:13.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.133 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5bc05400)
-2024-09-20 17:47:13.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.135 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.135 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userCredCol'
-2024-09-20 17:47:13.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userCredCol)
-2024-09-20 17:47:13.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's credentials'
-2024-09-20 17:47:13.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's credentials)
-2024-09-20 17:47:13.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.138 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.138 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/paper/controller/PaperController.class]
-2024-09-20 17:47:13.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@54b2bc25)
-2024-09-20 17:47:13.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.140 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.145 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userNameCol'
-2024-09-20 17:47:13.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userNameCol)
-2024-09-20 17:47:13.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's username'
-2024-09-20 17:47:13.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's username)
-2024-09-20 17:47:13.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.147 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.147 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/core/exception/ServiceExceptionHandler.class]
-2024-09-20 17:47:13.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.148 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/config/CorsConfig.class]
-2024-09-20 17:47:13.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.148 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/config/MultipartConfig.class]
-2024-09-20 17:47:13.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@79cb1710)
-2024-09-20 17:47:13.148 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/config/ShiroConfig.class]
-2024-09-20 17:47:13.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.149 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/ability/upload/config/UploadConfig.class]
-2024-09-20 17:47:13.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.149 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.149 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userRoleTable'
-2024-09-20 17:47:13.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userRoleTable)
-2024-09-20 17:47:13.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds the relation between user's and roles'
-2024-09-20 17:47:13.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds the relation between user's and roles)
-2024-09-20 17:47:13.151 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/ability/upload/controller/UploadController.class]
-2024-09-20 17:47:13.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.152 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.152 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/paper/service/impl/PaperQuServiceImpl.class]
-2024-09-20 17:47:13.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7e5c72a8)
-2024-09-20 17:47:13.153 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/paper/service/impl/PaperServiceImpl.class]
-2024-09-20 17:47:13.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.154 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.154 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userTable'
-2024-09-20 17:47:13.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userTable)
-2024-09-20 17:47:13.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds user data'
-2024-09-20 17:47:13.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds user data)
-2024-09-20 17:47:13.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.156 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@27e55937)
-2024-09-20 17:47:13.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.158 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.158 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66779a7a)
-2024-09-20 17:47:13.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.161 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.162 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpConnector'
-2024-09-20 17:47:13.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpConnector)
-2024-09-20 17:47:13.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpConnector'
-2024-09-20 17:47:13.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpConnector)
-2024-09-20 17:47:13.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.164 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.164 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.168 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@47256233)
-2024-09-20 17:47:13.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.170 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.170 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
-2024-09-20 17:47:13.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
-2024-09-20 17:47:13.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
-2024-09-20 17:47:13.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
-2024-09-20 17:47:13.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.172 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5af1814d)
-2024-09-20 17:47:13.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.175 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.175 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
-2024-09-20 17:47:13.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
-2024-09-20 17:47:13.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
-2024-09-20 17:47:13.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
-2024-09-20 17:47:13.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
-2024-09-20 17:47:13.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
-2024-09-20 17:47:13.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.178 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@626075a8)
-2024-09-20 17:47:13.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.180 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.180 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:13.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1aae9430)
-2024-09-20 17:47:13.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.182 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.182 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpsConnector'
-2024-09-20 17:47:13.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpsConnector)
-2024-09-20 17:47:13.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpsConnector'
-2024-09-20 17:47:13.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpsConnector)
-2024-09-20 17:47:13.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.187 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.187 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.190 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4869f662)
-2024-09-20 17:47:13.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.192 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.192 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
-2024-09-20 17:47:13.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
-2024-09-20 17:47:13.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
-2024-09-20 17:47:13.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
-2024-09-20 17:47:13.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.194 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@24c9193c)
-2024-09-20 17:47:13.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.197 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.197 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
-2024-09-20 17:47:13.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
-2024-09-20 17:47:13.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
-2024-09-20 17:47:13.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
-2024-09-20 17:47:13.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
-2024-09-20 17:47:13.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
-2024-09-20 17:47:13.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.200 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2a93d211)
-2024-09-20 17:47:13.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.204 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.204 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:13.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2d2b0e1f)
-2024-09-20 17:47:13.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.206 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.207 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJDBCRealm'
-2024-09-20 17:47:13.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJDBCRealm)
-2024-09-20 17:47:13.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JDBC Realm'
-2024-09-20 17:47:13.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JDBC Realm)
-2024-09-20 17:47:13.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.209 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.209 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.210 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger2-2.9.2.jar!/springfox/documentation/swagger2/mappers/ServiceModelToSwagger2MapperImpl.class]
-2024-09-20 17:47:13.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.211 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger2-2.9.2.jar!/springfox/documentation/swagger2/mappers/VendorExtensionsMapperImpl.class]
-2024-09-20 17:47:13.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@199c42f1)
-2024-09-20 17:47:13.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.214 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger2-2.9.2.jar!/springfox/documentation/swagger2/mappers/ParameterMapperImpl.class]
-2024-09-20 17:47:13.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.215 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.215 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.215 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger2-2.9.2.jar!/springfox/documentation/swagger2/mappers/ModelMapperImpl.class]
-2024-09-20 17:47:13.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.216 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger2-2.9.2.jar!/springfox/documentation/swagger2/mappers/LicenseMapperImpl.class]
-2024-09-20 17:47:13.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4be4d3ff)
-2024-09-20 17:47:13.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.217 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.218 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.220 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger2-2.9.2.jar!/springfox/documentation/swagger2/mappers/SecurityMapperImpl.class]
-2024-09-20 17:47:13.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJNDIRealm'
-2024-09-20 17:47:13.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJNDIRealm)
-2024-09-20 17:47:13.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JNDI Realm'
-2024-09-20 17:47:13.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JNDI Realm)
-2024-09-20 17:47:13.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.228 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.228 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.232 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@75f2f2f8)
-2024-09-20 17:47:13.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.234 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.234 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c41af)
-2024-09-20 17:47:13.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.238 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.238 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createMemoryRealm'
-2024-09-20 17:47:13.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createMemoryRealm)
-2024-09-20 17:47:13.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Memory Realm'
-2024-09-20 17:47:13.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Memory Realm)
-2024-09-20 17:47:13.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.241 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.242 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.246 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.247 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/ApiListingReferenceScanner.class]
-2024-09-20 17:47:13.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b2c009f)
-2024-09-20 17:47:13.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.248 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/ApiDocumentationScanner.class]
-2024-09-20 17:47:13.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.248 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/ApiDescriptionReader.class]
-2024-09-20 17:47:13.248 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.248 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.248 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/ApiListingReader.class]
-2024-09-20 17:47:13.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.249 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/CachingOperationReader.class]
-2024-09-20 17:47:13.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@163a4f2e)
-2024-09-20 17:47:13.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.249 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/MediaTypeReader.class]
-2024-09-20 17:47:13.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.250 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.250 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/ApiListingScanner.class]
-2024-09-20 17:47:13.250 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.250 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/ApiModelReader.class]
-2024-09-20 17:47:13.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm'
-2024-09-20 17:47:13.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm)
-2024-09-20 17:47:13.253 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/scanners/ApiDescriptionLookup.class]
-2024-09-20 17:47:13.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabaseRealm'
-2024-09-20 17:47:13.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabaseRealm)
-2024-09-20 17:47:13.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.254 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.255 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.257 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/OperationModelsProvider.class]
-2024-09-20 17:47:13.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.257 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.257 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/OperationDeprecatedReader.class]
-2024-09-20 17:47:13.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.258 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/ResponseMessagesReader.class]
-2024-09-20 17:47:13.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@743d0a23)
-2024-09-20 17:47:13.258 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/OperationParameterReader.class]
-2024-09-20 17:47:13.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.259 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/DefaultTagsProvider.class]
-2024-09-20 17:47:13.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.259 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.259 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.259 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/OperationTagsReader.class]
-2024-09-20 17:47:13.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
-2024-09-20 17:47:13.261 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/ApiOperationReader.class]
-2024-09-20 17:47:13.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
-2024-09-20 17:47:13.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of the associated'
-2024-09-20 17:47:13.261 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/DefaultOperationReader.class]
-2024-09-20 17:47:13.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of the associated)
-2024-09-20 17:47:13.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.262 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/OperationParameterRequestConditionReader.class]
-2024-09-20 17:47:13.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.262 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.262 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/OperationParameterHeadersConditionReader.class]
-2024-09-20 17:47:13.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.264 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/OperationResponseClassReader.class]
-2024-09-20 17:47:13.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.264 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/operation/CachingOperationNameGenerator.class]
-2024-09-20 17:47:13.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@168e7c32)
-2024-09-20 17:47:13.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.265 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.265 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:13.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@d3dae84)
-2024-09-20 17:47:13.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.267 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/parameter/ParameterMultiplesReader.class]
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardContext'
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardContext)
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardContext'
-2024-09-20 17:47:13.267 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/parameter/ModelAttributeParameterExpander.class]
-2024-09-20 17:47:13.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardContext)
-2024-09-20 17:47:13.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.270 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/parameter/ParameterTypeReader.class]
-2024-09-20 17:47:13.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.270 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/parameter/ParameterRequiredReader.class]
-2024-09-20 17:47:13.270 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.270 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.271 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/parameter/ParameterDataTypeReader.class]
-2024-09-20 17:47:13.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.271 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/parameter/ParameterDefaultReader.class]
-2024-09-20 17:47:13.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.272 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/parameter/ParameterNameReader.class]
-2024-09-20 17:47:13.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.272 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/readers/parameter/ExpandedParameterBuilder.class]
-2024-09-20 17:47:13.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.272 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@493ac332)
-2024-09-20 17:47:13.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.274 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.275 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'path'
-2024-09-20 17:47:13.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=path)
-2024-09-20 17:47:13.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The context path for this Context'
-2024-09-20 17:47:13.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The context path for this Context)
-2024-09-20 17:47:13.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.278 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.278 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/plugins/DocumentationPluginsBootstrapper.class]
-2024-09-20 17:47:13.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@554aa424)
-2024-09-20 17:47:13.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.279 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/plugins/WebMvcRequestHandlerProvider.class]
-2024-09-20 17:47:13.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.280 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/plugins/DocumentationPluginsManager.class]
-2024-09-20 17:47:13.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.280 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.280 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'docBase'
-2024-09-20 17:47:13.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=docBase)
-2024-09-20 17:47:13.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Document base directory (or WAR) for this Context'
-2024-09-20 17:47:13.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Document base directory (or WAR) for this Context)
-2024-09-20 17:47:13.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.282 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.283 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/paths/QueryStringUriTemplateDecorator.class]
-2024-09-20 17:47:13.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@30403d53)
-2024-09-20 17:47:13.283 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/paths/PathMappingDecorator.class]
-2024-09-20 17:47:13.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.284 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/paths/PathSanitizer.class]
-2024-09-20 17:47:13.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.284 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/paths/OperationPathDecorator.class]
-2024-09-20 17:47:13.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:13.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5069ec51)
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.286 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardServiceEngine'
-2024-09-20 17:47:13.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardServiceEngine)
-2024-09-20 17:47:13.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardService and StandardEngine'
-2024-09-20 17:47:13.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardService and StandardEngine)
-2024-09-20 17:47:13.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.290 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.290 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'domain'
-2024-09-20 17:47:13.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=domain)
-2024-09-20 17:47:13.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Domain used for MBeans associated with the new Service'
-2024-09-20 17:47:13.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Domain used for MBeans associated with the new Service)
-2024-09-20 17:47:13.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.294 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4f55863d)
-2024-09-20 17:47:13.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.296 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.296 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'defaultHost'
-2024-09-20 17:47:13.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=defaultHost)
-2024-09-20 17:47:13.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Default host name for the new Engine'
-2024-09-20 17:47:13.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Default host name for the new Engine)
-2024-09-20 17:47:13.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.299 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4fbe7077)
-2024-09-20 17:47:13.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.305 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.305 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'baseDir'
-2024-09-20 17:47:13.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=baseDir)
-2024-09-20 17:47:13.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Base directory value for the new Engine'
-2024-09-20 17:47:13.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Base directory value for the new Engine)
-2024-09-20 17:47:13.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.313 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ea57676)
-2024-09-20 17:47:13.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.316 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.316 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:13.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@61310697)
-2024-09-20 17:47:13.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.318 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.319 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardHost'
-2024-09-20 17:47:13.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardHost)
-2024-09-20 17:47:13.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardHost'
-2024-09-20 17:47:13.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardHost)
-2024-09-20 17:47:13.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.322 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.322 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.325 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@23600e2)
-2024-09-20 17:47:13.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.327 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.327 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unique name of this Host'
-2024-09-20 17:47:13.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unique name of this Host)
-2024-09-20 17:47:13.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.330 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3eb7f51b)
-2024-09-20 17:47:13.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.333 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.333 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/CachingModelDependencyProvider.class]
-2024-09-20 17:47:13.333 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.334 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/TypeNameExtractor.class]
-2024-09-20 17:47:13.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.334 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/plugins/PropertyDiscriminatorBasedInheritancePlugin.class]
-2024-09-20 17:47:13.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'appBase'
-2024-09-20 17:47:13.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=appBase)
-2024-09-20 17:47:13.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'set host deployment directory'
-2024-09-20 17:47:13.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=set host deployment directory)
-2024-09-20 17:47:13.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.336 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.337 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/plugins/SchemaPluginsManager.class]
-2024-09-20 17:47:13.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6b74327d)
-2024-09-20 17:47:13.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.338 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/property/CachingModelPropertiesProvider.class]
-2024-09-20 17:47:13.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.338 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/property/ObjectMapperBeanPropertyNamingStrategy.class]
-2024-09-20 17:47:13.339 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.339 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.339 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/property/bean/AccessorsProvider.class]
-2024-09-20 17:47:13.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'autoDeploy'
-2024-09-20 17:47:13.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=autoDeploy)
-2024-09-20 17:47:13.340 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/property/field/FieldProvider.class]
-2024-09-20 17:47:13.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The auto deploy flag for this Host'
-2024-09-20 17:47:13.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The auto deploy flag for this Host)
-2024-09-20 17:47:13.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
-2024-09-20 17:47:13.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.341 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@298843a)
-2024-09-20 17:47:13.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.342 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/property/OptimizedModelPropertiesProvider.class]
-2024-09-20 17:47:13.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.344 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/property/FactoryMethodProvider.class]
-2024-09-20 17:47:13.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.346 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.346 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.348 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/CachingModelProvider.class]
-2024-09-20 17:47:13.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.349 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/DefaultModelDependencyProvider.class]
-2024-09-20 17:47:13.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.349 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/JacksonEnumTypeDeterminer.class]
-2024-09-20 17:47:13.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployOnStartup'
-2024-09-20 17:47:13.351 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-schema-2.9.2.jar!/springfox/documentation/schema/DefaultModelProvider.class]
-2024-09-20 17:47:13.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployOnStartup)
-2024-09-20 17:47:13.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The deploy on startup flag for this Host'
-2024-09-20 17:47:13.369 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/schema/ApiModelPropertyPropertyBuilder.class]
-2024-09-20 17:47:13.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The deploy on startup flag for this Host)
-2024-09-20 17:47:13.370 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/schema/ApiModelTypeNameProvider.class]
-2024-09-20 17:47:13.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.372 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/schema/ApiModelBuilder.class]
-2024-09-20 17:47:13.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
-2024-09-20 17:47:13.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.372 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@301bb59b)
-2024-09-20 17:47:13.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.376 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.377 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.378 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationImplicitParameterReader.class]
-2024-09-20 17:47:13.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.379 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/VendorExtensionsReader.class]
-2024-09-20 17:47:13.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployXML'
-2024-09-20 17:47:13.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployXML)
-2024-09-20 17:47:13.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'deploy Context XML config files property'
-2024-09-20 17:47:13.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=deploy Context XML config files property)
-2024-09-20 17:47:13.379 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/SwaggerOperationResponseClassReader.class]
-2024-09-20 17:47:13.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
-2024-09-20 17:47:13.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.380 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/SwaggerOperationModelsProvider.class]
-2024-09-20 17:47:13.380 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.380 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/SwaggerMediaTypeReader.class]
-2024-09-20 17:47:13.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.381 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationHttpMethodReader.class]
-2024-09-20 17:47:13.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@310581ae)
-2024-09-20 17:47:13.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.382 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationImplicitParametersReader.class]
-2024-09-20 17:47:13.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.382 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationAuthReader.class]
-2024-09-20 17:47:13.383 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.383 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationHiddenReader.class]
-2024-09-20 17:47:13.383 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.383 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationSummaryReader.class]
-2024-09-20 17:47:13.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.384 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/SwaggerResponseMessageReader.class]
-2024-09-20 17:47:13.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'unpackWARs'
-2024-09-20 17:47:13.384 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationNicknameIntoUniqueIdReader.class]
-2024-09-20 17:47:13.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=unpackWARs)
-2024-09-20 17:47:13.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unpack WARs property'
-2024-09-20 17:47:13.384 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationPositionReader.class]
-2024-09-20 17:47:13.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unpack WARs property)
-2024-09-20 17:47:13.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.385 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/OperationNotesReader.class]
-2024-09-20 17:47:13.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
-2024-09-20 17:47:13.385 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/operation/SwaggerOperationTagsReader.class]
-2024-09-20 17:47:13.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.386 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/parameter/ApiParamParameterBuilder.class]
-2024-09-20 17:47:13.387 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.387 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/readers/parameter/SwaggerExpandedParameterBuilder.class]
-2024-09-20 17:47:13.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b28ba29)
-2024-09-20 17:47:13.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.388 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.389 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3dd74822)
-2024-09-20 17:47:13.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.392 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:13.392 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardManager'
-2024-09-20 17:47:13.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardManager)
-2024-09-20 17:47:13.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardManager'
-2024-09-20 17:47:13.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardManager)
-2024-09-20 17:47:13.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.396 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.396 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.397 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/web/SwaggerApiListingReader.class]
-2024-09-20 17:47:13.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.398 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.399 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/web/ClassOrApiAnnotationResourceGrouping.class]
-2024-09-20 17:47:13.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.399 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/web/InMemorySwaggerResourcesProvider.class]
-2024-09-20 17:47:13.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@508d856e)
-2024-09-20 17:47:13.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.401 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.401 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.401 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/springfox-swagger-common-2.9.2.jar!/springfox/documentation/swagger/web/ApiResourceController.class]
-2024-09-20 17:47:13.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4d987620)
-2024-09-20 17:47:13.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.406 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.406 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm'
-2024-09-20 17:47:13.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm)
-2024-09-20 17:47:13.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabase Realm'
-2024-09-20 17:47:13.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabase Realm)
-2024-09-20 17:47:13.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.409 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.409 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@73df7448)
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.414 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.414 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
-2024-09-20 17:47:13.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
-2024-09-20 17:47:13.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of our UserDatabase instance'
-2024-09-20 17:47:13.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of our UserDatabase instance)
-2024-09-20 17:47:13.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@744ea449)
-2024-09-20 17:47:13.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.417 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.417 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:13.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@48d4e95b)
-2024-09-20 17:47:13.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.420 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.420 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createValve'
-2024-09-20 17:47:13.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createValve)
-2024-09-20 17:47:13.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Valve for the given Container'
-2024-09-20 17:47:13.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Valve for the given Container)
-2024-09-20 17:47:13.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.422 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.423 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'className'
-2024-09-20 17:47:13.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=className)
-2024-09-20 17:47:13.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Fully qualified class name of the Valve to create'
-2024-09-20 17:47:13.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Fully qualified class name of the Valve to create)
-2024-09-20 17:47:13.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.426 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4673af17)
-2024-09-20 17:47:13.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.428 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.428 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.429 DEBUG 22604 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/swagger-bootstrap-ui-1.9.3.jar!/com/github/xiaoymin/swaggerbootstrapui/web/SwaggerBootstrapUiController.class]
-2024-09-20 17:47:13.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.430 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4e06eea5)
-2024-09-20 17:47:13.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.432 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.432 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:13.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4feb67c0)
-2024-09-20 17:47:13.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.434 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.435 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createWebappLoader'
-2024-09-20 17:47:13.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createWebappLoader)
-2024-09-20 17:47:13.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Web Application Loader'
-2024-09-20 17:47:13.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Web Application Loader)
-2024-09-20 17:47:13.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:13.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:13.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.437 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.438 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
-2024-09-20 17:47:13.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
-2024-09-20 17:47:13.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
-2024-09-20 17:47:13.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
-2024-09-20 17:47:13.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.440 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@201ad157)
-2024-09-20 17:47:13.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.441 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7bcad954)
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.444 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.444 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.444 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.444 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.444 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.445 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeConnector'
-2024-09-20 17:47:13.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeConnector)
-2024-09-20 17:47:13.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Connector'
-2024-09-20 17:47:13.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Connector)
-2024-09-20 17:47:13.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:13.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:13.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.448 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.448 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
-2024-09-20 17:47:13.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
-2024-09-20 17:47:13.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.452 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@d69beed)
-2024-09-20 17:47:13.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.455 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.455 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1247b191)
-2024-09-20 17:47:13.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.458 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.458 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeContext'
-2024-09-20 17:47:13.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeContext)
-2024-09-20 17:47:13.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Context'
-2024-09-20 17:47:13.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Context)
-2024-09-20 17:47:13.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:13.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:13.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.461 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.461 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
-2024-09-20 17:47:13.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
-2024-09-20 17:47:13.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.464 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@68d49f48)
-2024-09-20 17:47:13.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.466 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.466 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@473070fa)
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.468 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.468 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeHost'
-2024-09-20 17:47:13.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeHost)
-2024-09-20 17:47:13.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Host'
-2024-09-20 17:47:13.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Host)
-2024-09-20 17:47:13.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:13.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:13.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.470 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.471 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
-2024-09-20 17:47:13.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
-2024-09-20 17:47:13.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.473 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@41d06f71)
-2024-09-20 17:47:13.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.475 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.475 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3fb7aceb)
-2024-09-20 17:47:13.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.477 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.478 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLoader'
-2024-09-20 17:47:13.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLoader)
-2024-09-20 17:47:13.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Loader'
-2024-09-20 17:47:13.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Loader)
-2024-09-20 17:47:13.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:13.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:13.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.482 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.482 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
-2024-09-20 17:47:13.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.485 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@73d54a8a)
-2024-09-20 17:47:13.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.487 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.487 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@372643aa)
-2024-09-20 17:47:13.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.489 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.489 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeManager'
-2024-09-20 17:47:13.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeManager)
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Manager'
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Manager)
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@75cf19d8)
-2024-09-20 17:47:13.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.496 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.496 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@771d237e)
-2024-09-20 17:47:13.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.498 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.498 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRealm'
-2024-09-20 17:47:13.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRealm)
-2024-09-20 17:47:13.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Realm'
-2024-09-20 17:47:13.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Realm)
-2024-09-20 17:47:13.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:13.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:13.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.501 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.501 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
-2024-09-20 17:47:13.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
-2024-09-20 17:47:13.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.503 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2ec5a60d)
-2024-09-20 17:47:13.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.505 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.505 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b7b9b6c)
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.506 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.508 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeService'
-2024-09-20 17:47:13.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeService)
-2024-09-20 17:47:13.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Service'
-2024-09-20 17:47:13.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Service)
-2024-09-20 17:47:13.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:13.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:13.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.510 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.510 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
-2024-09-20 17:47:13.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
-2024-09-20 17:47:13.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.512 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@26f74602)
-2024-09-20 17:47:13.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@38ef8771)
-2024-09-20 17:47:13.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.518 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.518 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:13.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:13.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
-2024-09-20 17:47:13.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
-2024-09-20 17:47:13.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Valve'
-2024-09-20 17:47:13.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Valve)
-2024-09-20 17:47:13.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:13.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:13.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:13.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:13.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.521 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.521 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:13.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:13.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:13.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:13.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
-2024-09-20 17:47:13.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
-2024-09-20 17:47:13.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:13.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.524 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:13.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:13.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3b99abaf)
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:13.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.526 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:13.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:13.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:13.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:13.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4ccef74b)
-2024-09-20 17:47:13.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:13.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:13.529 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.529 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:13.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MBeanFactory, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Factory for MBeans and corresponding components, type=org.apache.catalina.mbeans.MBeanFactory])
-2024-09-20 17:47:13.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:13.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.532 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:13.532 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:13.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:13.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-'
-2024-09-20 17:47:13.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:13.533 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:13.534 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/authenticator/mbeans-descriptors.xml
-2024-09-20 17:47:13.534 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@79513420)
-2024-09-20 17:47:13.534 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:13.535 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:13.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:13.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:13.536 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.536 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:13.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:13.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'BasicAuthenticator'
-2024-09-20 17:47:13.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=BasicAuthenticator)
-2024-09-20 17:47:13.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP BASIC Authentication'
-2024-09-20 17:47:13.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP BASIC Authentication)
-2024-09-20 17:47:13.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:13.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:13.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:13.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:13.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.BasicAuthenticator'
-2024-09-20 17:47:13.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.BasicAuthenticator)
-2024-09-20 17:47:13.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.539 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.539 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession'
-2024-09-20 17:47:13.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession)
-2024-09-20 17:47:13.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?'
-2024-09-20 17:47:13.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?)
-2024-09-20 17:47:13.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.542 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2182d411)
-2024-09-20 17:47:13.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.544 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.544 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
-2024-09-20 17:47:13.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
-2024-09-20 17:47:13.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
-2024-09-20 17:47:13.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
-2024-09-20 17:47:13.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.547 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@263b8a92)
-2024-09-20 17:47:13.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.556 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.556 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
-2024-09-20 17:47:13.559 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
-2024-09-20 17:47:13.559 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
-2024-09-20 17:47:13.559 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
-2024-09-20 17:47:13.559 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.560 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13aef38d)
-2024-09-20 17:47:13.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.563 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.563 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.563 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:13.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:13.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:13.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:13.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.566 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4200a120)
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.568 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.568 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
-2024-09-20 17:47:13.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
-2024-09-20 17:47:13.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.571 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7515c72d)
-2024-09-20 17:47:13.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.572 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.573 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.573 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.573 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.573 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
-2024-09-20 17:47:13.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
-2024-09-20 17:47:13.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.575 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f00ac07)
-2024-09-20 17:47:13.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.578 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.578 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
-2024-09-20 17:47:13.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
-2024-09-20 17:47:13.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
-2024-09-20 17:47:13.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
-2024-09-20 17:47:13.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.580 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6bd614f1)
-2024-09-20 17:47:13.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.581 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.582 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
-2024-09-20 17:47:13.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
-2024-09-20 17:47:13.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
-2024-09-20 17:47:13.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
-2024-09-20 17:47:13.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.584 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c18b10a)
-2024-09-20 17:47:13.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.586 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.586 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
-2024-09-20 17:47:13.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
-2024-09-20 17:47:13.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
-2024-09-20 17:47:13.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
-2024-09-20 17:47:13.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.589 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@776f270b)
-2024-09-20 17:47:13.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.590 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.591 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:13.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:13.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:13.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:13.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.593 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d85cd75)
-2024-09-20 17:47:13.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.595 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.595 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trimCredentials'
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trimCredentials)
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls whether leading and/or trailing whitespace is removed from the parsed credentials'
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls whether leading and/or trailing whitespace is removed from the parsed credentials)
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.596 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@262f2fa8)
-2024-09-20 17:47:13.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.599 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.599 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:13.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=BasicAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP BASIC Authentication, group=Valve, type=org.apache.catalina.authenticator.BasicAuthenticator])
-2024-09-20 17:47:13.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:13.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.601 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:13.601 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:13.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:13.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DigestAuthenticator'
-2024-09-20 17:47:13.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DigestAuthenticator)
-2024-09-20 17:47:13.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP DIGEST Authentication'
-2024-09-20 17:47:13.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP DIGEST Authentication)
-2024-09-20 17:47:13.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:13.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:13.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:13.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:13.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.DigestAuthenticator'
-2024-09-20 17:47:13.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.DigestAuthenticator)
-2024-09-20 17:47:13.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.605 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.605 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession'
-2024-09-20 17:47:13.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession)
-2024-09-20 17:47:13.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?'
-2024-09-20 17:47:13.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?)
-2024-09-20 17:47:13.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.607 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fd64a86)
-2024-09-20 17:47:13.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.612 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.612 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
-2024-09-20 17:47:13.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
-2024-09-20 17:47:13.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
-2024-09-20 17:47:13.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
-2024-09-20 17:47:13.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.615 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@410f7b08)
-2024-09-20 17:47:13.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.621 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.621 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
-2024-09-20 17:47:13.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
-2024-09-20 17:47:13.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12b2f839)
-2024-09-20 17:47:13.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.626 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.626 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:13.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:13.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:13.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:13.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.629 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d3fc7a8)
-2024-09-20 17:47:13.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.631 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.631 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cnonceCacheSize'
-2024-09-20 17:47:13.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cnonceCacheSize)
-2024-09-20 17:47:13.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The size of the cnonce cache used to prevent replay attacks'
-2024-09-20 17:47:13.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The size of the cnonce cache used to prevent replay attacks)
-2024-09-20 17:47:13.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:13.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:13.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.634 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@fdb8e94)
-2024-09-20 17:47:13.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.637 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.638 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
-2024-09-20 17:47:13.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
-2024-09-20 17:47:13.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.642 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@698382e1)
-2024-09-20 17:47:13.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.646 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.646 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'key'
-2024-09-20 17:47:13.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=key)
-2024-09-20 17:47:13.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secret key used by digest authentication'
-2024-09-20 17:47:13.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secret key used by digest authentication)
-2024-09-20 17:47:13.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.649 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3aff0e6b)
-2024-09-20 17:47:13.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.654 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.654 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'nonceValidity'
-2024-09-20 17:47:13.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=nonceValidity)
-2024-09-20 17:47:13.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time, in milliseconds, for which a server issued nonce will be valid'
-2024-09-20 17:47:13.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time, in milliseconds, for which a server issued nonce will be valid)
-2024-09-20 17:47:13.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:13.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:13.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.657 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@562bab7e)
-2024-09-20 17:47:13.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.661 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.661 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'opaque'
-2024-09-20 17:47:13.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=opaque)
-2024-09-20 17:47:13.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The opaque server string used by digest authentication'
-2024-09-20 17:47:13.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The opaque server string used by digest authentication)
-2024-09-20 17:47:13.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.664 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.667 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.667 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.667 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@394cfdef)
-2024-09-20 17:47:13.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.669 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.670 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.671 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
-2024-09-20 17:47:13.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
-2024-09-20 17:47:13.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.675 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4cade4ad)
-2024-09-20 17:47:13.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.678 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.678 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.679 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.679 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.679 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.679 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
-2024-09-20 17:47:13.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
-2024-09-20 17:47:13.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
-2024-09-20 17:47:13.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
-2024-09-20 17:47:13.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.682 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e633705)
-2024-09-20 17:47:13.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.684 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.685 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
-2024-09-20 17:47:13.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
-2024-09-20 17:47:13.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
-2024-09-20 17:47:13.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
-2024-09-20 17:47:13.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.688 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5981dec)
-2024-09-20 17:47:13.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.690 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.690 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
-2024-09-20 17:47:13.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
-2024-09-20 17:47:13.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
-2024-09-20 17:47:13.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
-2024-09-20 17:47:13.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.692 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b652b35)
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.694 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:13.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:13.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.696 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78ce3478)
-2024-09-20 17:47:13.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.698 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.698 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validateUri'
-2024-09-20 17:47:13.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validateUri)
-2024-09-20 17:47:13.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the uri be validated as required by RFC2617?'
-2024-09-20 17:47:13.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the uri be validated as required by RFC2617?)
-2024-09-20 17:47:13.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.701 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f02ef7b)
-2024-09-20 17:47:13.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.704 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.704 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:13.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DigestAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP DIGEST Authentication, group=Valve, type=org.apache.catalina.authenticator.DigestAuthenticator])
-2024-09-20 17:47:13.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:13.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.706 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.706 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:13.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:13.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'FormAuthenticator'
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=FormAuthenticator)
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of FORM BASED Authentication'
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of FORM BASED Authentication)
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.FormAuthenticator'
-2024-09-20 17:47:13.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.FormAuthenticator)
-2024-09-20 17:47:13.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.708 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.708 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
-2024-09-20 17:47:13.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
-2024-09-20 17:47:13.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
-2024-09-20 17:47:13.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
-2024-09-20 17:47:13.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.712 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a30f80a)
-2024-09-20 17:47:13.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.713 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.714 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'characterEncoding'
-2024-09-20 17:47:13.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=characterEncoding)
-2024-09-20 17:47:13.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding to use to read the username and password parameters from the request'
-2024-09-20 17:47:13.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding to use to read the username and password parameters from the request)
-2024-09-20 17:47:13.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.716 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58fe52fa)
-2024-09-20 17:47:13.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.720 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.720 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:13.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:13.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:13.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:13.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.723 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@511ac069)
-2024-09-20 17:47:13.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.725 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.725 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
-2024-09-20 17:47:13.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
-2024-09-20 17:47:13.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.732 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@299b9406)
-2024-09-20 17:47:13.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.737 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.738 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'landingPage'
-2024-09-20 17:47:13.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=landingPage)
-2024-09-20 17:47:13.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires'
-2024-09-20 17:47:13.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires)
-2024-09-20 17:47:13.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.740 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@446c997)
-2024-09-20 17:47:13.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.746 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.747 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
-2024-09-20 17:47:13.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
-2024-09-20 17:47:13.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.751 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.753 DEBUG 22604 --- [main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'spring.datasource.type' in PropertySource 'configurationProperties' with value of type String
-2024-09-20 17:47:13.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e852267)
-2024-09-20 17:47:13.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.755 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.755 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.762 DEBUG 22604 --- [main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'spring.datasource.type' in PropertySource 'configurationProperties' with value of type String
-2024-09-20 17:47:13.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
-2024-09-20 17:47:13.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
-2024-09-20 17:47:13.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
-2024-09-20 17:47:13.765 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
-2024-09-20 17:47:13.765 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.765 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.765 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.765 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.765 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.766 DEBUG 22604 --- [main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'spring.datasource.type' in PropertySource 'configurationProperties' with value of type String
-2024-09-20 17:47:13.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@299ba656)
-2024-09-20 17:47:13.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.770 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.770 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.770 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
-2024-09-20 17:47:13.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
-2024-09-20 17:47:13.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
-2024-09-20 17:47:13.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
-2024-09-20 17:47:13.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.774 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.775 DEBUG 22604 --- [main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'spring.datasource.type' in PropertySource 'configurationProperties' with value of type String
-2024-09-20 17:47:13.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c552cc7)
-2024-09-20 17:47:13.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.776 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.776 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
-2024-09-20 17:47:13.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
-2024-09-20 17:47:13.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
-2024-09-20 17:47:13.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
-2024-09-20 17:47:13.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.779 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e6d5cab)
-2024-09-20 17:47:13.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.781 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.781 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.785 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@697cdd1b)
-2024-09-20 17:47:13.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.787 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.787 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:13.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=FormAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of FORM BASED Authentication, group=Valve, type=org.apache.catalina.authenticator.FormAuthenticator])
-2024-09-20 17:47:13.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:13.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.789 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.789 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:13.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:13.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NonLoginAuthenticator'
-2024-09-20 17:47:13.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NonLoginAuthenticator)
-2024-09-20 17:47:13.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation that checks only security constraints not involving user authentication'
-2024-09-20 17:47:13.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication)
-2024-09-20 17:47:13.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:13.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:13.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.NonLoginAuthenticator'
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.NonLoginAuthenticator)
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
-2024-09-20 17:47:13.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
-2024-09-20 17:47:13.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
-2024-09-20 17:47:13.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
-2024-09-20 17:47:13.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.795 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1da17f74)
-2024-09-20 17:47:13.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.800 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.800 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
-2024-09-20 17:47:13.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
-2024-09-20 17:47:13.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
-2024-09-20 17:47:13.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
-2024-09-20 17:47:13.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.833 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@68674b13)
-2024-09-20 17:47:13.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.839 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.840 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:13.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:13.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:13.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:13.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.849 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6cebcab0)
-2024-09-20 17:47:13.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.851 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.852 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
-2024-09-20 17:47:13.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
-2024-09-20 17:47:13.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.856 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63705633)
-2024-09-20 17:47:13.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.865 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.865 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
-2024-09-20 17:47:13.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
-2024-09-20 17:47:13.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.868 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@75bcdff6)
-2024-09-20 17:47:13.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.872 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.872 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:13.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:13.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:13.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:13.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.875 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27d12d81)
-2024-09-20 17:47:13.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.877 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.877 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:13.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NonLoginAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication, group=Valve, type=org.apache.catalina.authenticator.NonLoginAuthenticator])
-2024-09-20 17:47:13.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:13.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.880 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:13.880 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:13.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:13.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SingleSignOn'
-2024-09-20 17:47:13.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SingleSignOn)
-2024-09-20 17:47:13.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'A Valve that supports a 'single signon' user experience'
-2024-09-20 17:47:13.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=A Valve that supports a 'single signon' user experience)
-2024-09-20 17:47:13.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:13.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:13.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:13.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:13.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SingleSignOn'
-2024-09-20 17:47:13.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SingleSignOn)
-2024-09-20 17:47:13.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.883 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.884 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:13.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:13.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:13.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:13.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.888 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@155dcd81)
-2024-09-20 17:47:13.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.891 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.891 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requireReauthentication'
-2024-09-20 17:47:13.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requireReauthentication)
-2024-09-20 17:47:13.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to reauthenticate each request against the security Realm?'
-2024-09-20 17:47:13.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to reauthenticate each request against the security Realm?)
-2024-09-20 17:47:13.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.897 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@747dd0d7)
-2024-09-20 17:47:13.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookieDomain'
-2024-09-20 17:47:13.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookieDomain)
-2024-09-20 17:47:13.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to '(Optional) Domain to be used by sso cookies'
-2024-09-20 17:47:13.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=(Optional) Domain to be used by sso cookies)
-2024-09-20 17:47:13.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.900 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@672df2c1)
-2024-09-20 17:47:13.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.903 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.903 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:13.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:13.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:13.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:13.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.907 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.907 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49be6680)
-2024-09-20 17:47:13.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.912 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.912 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:13.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SingleSignOn, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=A Valve that supports a 'single signon' user experience, group=Valve, type=org.apache.catalina.authenticator.SingleSignOn])
-2024-09-20 17:47:13.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:13.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.914 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:13.914 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:13.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:13.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SSLAuthenticator'
-2024-09-20 17:47:13.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SSLAuthenticator)
-2024-09-20 17:47:13.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users'
-2024-09-20 17:47:13.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users)
-2024-09-20 17:47:13.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:13.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:13.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:13.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:13.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SSLAuthenticator'
-2024-09-20 17:47:13.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SSLAuthenticator)
-2024-09-20 17:47:13.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.916 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.916 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.919 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32f49bf3)
-2024-09-20 17:47:13.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.921 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.922 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
-2024-09-20 17:47:13.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
-2024-09-20 17:47:13.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
-2024-09-20 17:47:13.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
-2024-09-20 17:47:13.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.923 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28950e12)
-2024-09-20 17:47:13.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.925 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.925 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:13.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:13.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:13.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:13.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.929 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20265a3b)
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.931 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.932 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a16a2d9)
-2024-09-20 17:47:13.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.937 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.937 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
-2024-09-20 17:47:13.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
-2024-09-20 17:47:13.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
-2024-09-20 17:47:13.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
-2024-09-20 17:47:13.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:13.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:13.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.941 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cab896b)
-2024-09-20 17:47:13.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.943 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.945 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
-2024-09-20 17:47:13.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
-2024-09-20 17:47:13.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
-2024-09-20 17:47:13.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
-2024-09-20 17:47:13.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.947 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c4ee372)
-2024-09-20 17:47:13.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.949 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.949 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
-2024-09-20 17:47:13.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
-2024-09-20 17:47:13.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
-2024-09-20 17:47:13.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
-2024-09-20 17:47:13.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.954 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e2b8742)
-2024-09-20 17:47:13.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.956 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.956 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
-2024-09-20 17:47:13.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
-2024-09-20 17:47:13.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
-2024-09-20 17:47:13.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
-2024-09-20 17:47:13.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.958 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3184ee34)
-2024-09-20 17:47:13.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.960 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.961 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:13.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:13.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:13.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:13.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.965 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61b4c9be)
-2024-09-20 17:47:13.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.966 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:13.966 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:13.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:13.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SSLAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users, group=Valve, type=org.apache.catalina.authenticator.SSLAuthenticator])
-2024-09-20 17:47:13.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:13.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.970 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:13.971 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:13.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:13.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:13.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:13.971 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:13.972 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/core/mbeans-descriptors.xml
-2024-09-20 17:47:13.972 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@1a1ae389)
-2024-09-20 17:47:13.972 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:13.972 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:13.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:13.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:13.974 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.974 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:13.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:13.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:13.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:13.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:13.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ApplicationFilterConfig'
-2024-09-20 17:47:13.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ApplicationFilterConfig)
-2024-09-20 17:47:13.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet-filter definition'
-2024-09-20 17:47:13.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet-filter definition)
-2024-09-20 17:47:13.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:13.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:13.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Filter'
-2024-09-20 17:47:13.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Filter)
-2024-09-20 17:47:13.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.ApplicationFilterConfig'
-2024-09-20 17:47:13.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.ApplicationFilterConfig)
-2024-09-20 17:47:13.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:13.976 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.977 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterName'
-2024-09-20 17:47:13.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterName)
-2024-09-20 17:47:13.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name used to reference the filter in web.xml'
-2024-09-20 17:47:13.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name used to reference the filter in web.xml)
-2024-09-20 17:47:13.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:13.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:13.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:13.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:13.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.992 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:13.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:13.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:13.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:13.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5849761f)
-2024-09-20 17:47:13.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:13.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.995 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:13.995 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:13.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:13.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:13.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:13.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:13.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:13.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterClass'
-2024-09-20 17:47:13.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterClass)
-2024-09-20 17:47:13.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the filter object'
-2024-09-20 17:47:14.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the filter object)
-2024-09-20 17:47:14.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.003 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e2ad66c)
-2024-09-20 17:47:14.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.006 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.006 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterInitParameterMap'
-2024-09-20 17:47:14.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterInitParameterMap)
-2024-09-20 17:47:14.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the initialization parameters associated with this filter'
-2024-09-20 17:47:14.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the initialization parameters associated with this filter)
-2024-09-20 17:47:14.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map'
-2024-09-20 17:47:14.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map)
-2024-09-20 17:47:14.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.009 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9141f2e)
-2024-09-20 17:47:14.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.012 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.012 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:14.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:14.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ApplicationFilterConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Wrapper that represents an individual servlet-filter definition, group=Filter, type=org.apache.catalina.core.ApplicationFilterConfig])
-2024-09-20 17:47:14.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:14.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:14.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingContextListener'
-2024-09-20 17:47:14.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingContextListener)
-2024-09-20 17:47:14.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Helper class used to initialize and populate the JNDI context associated with each context and server'
-2024-09-20 17:47:14.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Helper class used to initialize and populate the JNDI context associated with each context and server)
-2024-09-20 17:47:14.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:14.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:14.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
-2024-09-20 17:47:14.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
-2024-09-20 17:47:14.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener'
-2024-09-20 17:47:14.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.NamingContextListener)
-2024-09-20 17:47:14.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.016 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.016 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:14.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:14.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:14.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:14.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.020 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fb4e908)
-2024-09-20 17:47:14.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.022 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.022 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the associated naming context'
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the associated naming context)
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@667062bf)
-2024-09-20 17:47:14.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:14.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
- '
-2024-09-20 17:47:14.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingContextListener, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Helper class used to initialize and populate the JNDI context associated with each context and server, group=Listener, type=org.apache.catalina.core.NamingContextListener])
-2024-09-20 17:47:14.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:14.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.028 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.028 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:14.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:14.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContext'
-2024-09-20 17:47:14.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContext)
-2024-09-20 17:47:14.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Context Component'
-2024-09-20 17:47:14.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Context Component)
-2024-09-20 17:47:14.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:14.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:14.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Context'
-2024-09-20 17:47:14.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Context)
-2024-09-20 17:47:14.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContext'
-2024-09-20 17:47:14.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContext)
-2024-09-20 17:47:14.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextMBean'
-2024-09-20 17:47:14.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextMBean)
-2024-09-20 17:47:14.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.031 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.031 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'altDDName'
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=altDDName)
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The alternate deployment descriptor name.'
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The alternate deployment descriptor name.)
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.033 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f0ffb8c)
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'antiResourceLocking'
-2024-09-20 17:47:14.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=antiResourceLocking)
-2024-09-20 17:47:14.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Take care to not lock resources'
-2024-09-20 17:47:14.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Take care to not lock resources)
-2024-09-20 17:47:14.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.037 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26a2c835)
-2024-09-20 17:47:14.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.039 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.039 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'baseName'
-2024-09-20 17:47:14.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=baseName)
-2024-09-20 17:47:14.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).'
-2024-09-20 17:47:14.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).)
-2024-09-20 17:47:14.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4eb68940)
-2024-09-20 17:47:14.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.043 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.043 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children'
-2024-09-20 17:47:14.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children)
-2024-09-20 17:47:14.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children'
-2024-09-20 17:47:14.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children)
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b367fb3)
-2024-09-20 17:47:14.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.047 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.048 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesRmiTargets'
-2024-09-20 17:47:14.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesRmiTargets)
-2024-09-20 17:47:14.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?'
-2024-09-20 17:47:14.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?)
-2024-09-20 17:47:14.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@bc522c2)
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.052 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.052 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopThreads'
-2024-09-20 17:47:14.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopThreads)
-2024-09-20 17:47:14.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.'
-2024-09-20 17:47:14.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.)
-2024-09-20 17:47:14.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.055 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b96b0ef)
-2024-09-20 17:47:14.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.057 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.057 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopTimerThreads'
-2024-09-20 17:47:14.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopTimerThreads)
-2024-09-20 17:47:14.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.'
-2024-09-20 17:47:14.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.)
-2024-09-20 17:47:14.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4190c254)
-2024-09-20 17:47:14.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesThreadLocals'
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesThreadLocals)
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?'
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?)
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.062 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5943f632)
-2024-09-20 17:47:14.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.064 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.064 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configFile'
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configFile)
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the context.xml resource or file'
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the context.xml resource or file)
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.net.URL'
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.net.URL)
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.065 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b320cea)
-2024-09-20 17:47:14.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.068 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.068 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configured'
-2024-09-20 17:47:14.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configured)
-2024-09-20 17:47:14.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The correctly configured flag for this Context.'
-2024-09-20 17:47:14.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The correctly configured flag for this Context.)
-2024-09-20 17:47:14.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.071 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@75addaab)
-2024-09-20 17:47:14.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.072 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.073 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookies'
-2024-09-20 17:47:14.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookies)
-2024-09-20 17:47:14.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to use cookies for session id communication?'
-2024-09-20 17:47:14.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to use cookies for session id communication?)
-2024-09-20 17:47:14.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.074 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32682428)
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.077 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.078 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crossContext'
-2024-09-20 17:47:14.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crossContext)
-2024-09-20 17:47:14.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?'
-2024-09-20 17:47:14.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?)
-2024-09-20 17:47:14.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.080 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@745ca631)
-2024-09-20 17:47:14.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml'
-2024-09-20 17:47:14.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml)
-2024-09-20 17:47:14.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default context.xml resource or file'
-2024-09-20 17:47:14.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default context.xml resource or file)
-2024-09-20 17:47:14.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.085 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1fe2a10c)
-2024-09-20 17:47:14.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.086 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml'
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml)
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default web.xml resource or file'
-2024-09-20 17:47:14.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default web.xml resource or file)
-2024-09-20 17:47:14.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.088 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40148d9)
-2024-09-20 17:47:14.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.091 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.091 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
-2024-09-20 17:47:14.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
-2024-09-20 17:47:14.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ''
-2024-09-20 17:47:14.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=)
-2024-09-20 17:47:14.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.093 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77bb6515)
-2024-09-20 17:47:14.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.095 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.095 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'displayName'
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=displayName)
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The display name of this web application'
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The display name of this web application)
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.099 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@664738fd)
-2024-09-20 17:47:14.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.100 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.100 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'distributable'
-2024-09-20 17:47:14.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=distributable)
-2024-09-20 17:47:14.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The distributable flag for this web application.'
-2024-09-20 17:47:14.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The distributable flag for this web application.)
-2024-09-20 17:47:14.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.102 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c271ff8)
-2024-09-20 17:47:14.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.104 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.104 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'docBase'
-2024-09-20 17:47:14.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=docBase)
-2024-09-20 17:47:14.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The document root for this web application'
-2024-09-20 17:47:14.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The document root for this web application)
-2024-09-20 17:47:14.106 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.106 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.106 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.106 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.106 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@626ec525)
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.107 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.108 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encodedPath'
-2024-09-20 17:47:14.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encodedPath)
-2024-09-20 17:47:14.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The encoded path'
-2024-09-20 17:47:14.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The encoded path)
-2024-09-20 17:47:14.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.111 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ed187b0)
-2024-09-20 17:47:14.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.114 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.114 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ignoreAnnotations'
-2024-09-20 17:47:14.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ignoreAnnotations)
-2024-09-20 17:47:14.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Ignore annotations flag.'
-2024-09-20 17:47:14.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Ignore annotations flag.)
-2024-09-20 17:47:14.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@110ece47)
-2024-09-20 17:47:14.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'instanceManager'
-2024-09-20 17:47:14.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=instanceManager)
-2024-09-20 17:47:14.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling'
-2024-09-20 17:47:14.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling)
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.InstanceManager'
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.InstanceManager)
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4502db41)
-2024-09-20 17:47:14.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.121 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'javaVMs'
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=javaVMs)
-2024-09-20 17:47:14.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java virtual machines on which this module is running'
-2024-09-20 17:47:14.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java virtual machines on which this module is running)
-2024-09-20 17:47:14.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:14.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.123 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51d17929)
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.126 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.126 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loader'
-2024-09-20 17:47:14.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loader)
-2024-09-20 17:47:14.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated loader.'
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated loader.)
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Loader'
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Loader)
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@137f88a4)
-2024-09-20 17:47:14.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.130 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.136 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logEffectiveWebXml'
-2024-09-20 17:47:14.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logEffectiveWebXml)
-2024-09-20 17:47:14.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the effective web.xml be logged when the context starts?'
-2024-09-20 17:47:14.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the effective web.xml be logged when the context starts?)
-2024-09-20 17:47:14.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.141 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74e4107a)
-2024-09-20 17:47:14.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.142 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.143 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logger'
-2024-09-20 17:47:14.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logger)
-2024-09-20 17:47:14.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated logger.'
-2024-09-20 17:47:14.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated logger.)
-2024-09-20 17:47:14.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.juli.logging.Log'
-2024-09-20 17:47:14.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.juli.logging.Log)
-2024-09-20 17:47:14.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.146 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@276f1574)
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.147 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
-2024-09-20 17:47:14.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
-2024-09-20 17:47:14.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
-2024-09-20 17:47:14.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
-2024-09-20 17:47:14.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
-2024-09-20 17:47:14.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
-2024-09-20 17:47:14.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.149 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d2d3881)
-2024-09-20 17:47:14.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.151 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.152 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'manager'
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=manager)
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated manager.'
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated manager.)
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Manager'
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Manager)
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1278a528)
-2024-09-20 17:47:14.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.156 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.156 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperContextRootRedirectEnabled'
-2024-09-20 17:47:14.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperContextRootRedirectEnabled)
-2024-09-20 17:47:14.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for context root redirects'
-2024-09-20 17:47:14.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for context root redirects)
-2024-09-20 17:47:14.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@464b00dd)
-2024-09-20 17:47:14.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.160 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.160 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperDirectoryRedirectEnabled'
-2024-09-20 17:47:14.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperDirectoryRedirectEnabled)
-2024-09-20 17:47:14.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for directory redirects'
-2024-09-20 17:47:14.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for directory redirects)
-2024-09-20 17:47:14.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.162 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19d079d5)
-2024-09-20 17:47:14.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.164 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.165 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namingContextListener'
-2024-09-20 17:47:14.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namingContextListener)
-2024-09-20 17:47:14.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated naming context listener.'
-2024-09-20 17:47:14.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated naming context listener.)
-2024-09-20 17:47:14.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener'
-2024-09-20 17:47:14.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.core.NamingContextListener)
-2024-09-20 17:47:14.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.166 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d2da35e)
-2024-09-20 17:47:14.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.168 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.168 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName'
-2024-09-20 17:47:14.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName)
-2024-09-20 17:47:14.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object'
-2024-09-20 17:47:14.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object)
-2024-09-20 17:47:14.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5aab1636)
-2024-09-20 17:47:14.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.173 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.174 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'originalDocBase'
-2024-09-20 17:47:14.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=originalDocBase)
-2024-09-20 17:47:14.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The original document root for this web application'
-2024-09-20 17:47:14.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The original document root for this web application)
-2024-09-20 17:47:14.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.176 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44f8a856)
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override'
-2024-09-20 17:47:14.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override)
-2024-09-20 17:47:14.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The default context.xml override flag for this web application'
-2024-09-20 17:47:14.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The default context.xml override flag for this web application)
-2024-09-20 17:47:14.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.180 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e7c7fcd)
-2024-09-20 17:47:14.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.181 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.182 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:14.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:14.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this Context'
-2024-09-20 17:47:14.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this Context)
-2024-09-20 17:47:14.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.183 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e2b100f)
-2024-09-20 17:47:14.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.185 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.185 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'parentClassLoader'
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=parentClassLoader)
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Parent class loader.'
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Parent class loader.)
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.ClassLoader'
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.ClassLoader)
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3cb3ab5a)
-2024-09-20 17:47:14.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.190 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.191 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'path'
-2024-09-20 17:47:14.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=path)
-2024-09-20 17:47:14.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The context path for this Context'
-2024-09-20 17:47:14.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The context path for this Context)
-2024-09-20 17:47:14.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.193 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d081e82)
-2024-09-20 17:47:14.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.195 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.195 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
-2024-09-20 17:47:14.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
-2024-09-20 17:47:14.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The request processing pause flag (while reloading occurs)'
-2024-09-20 17:47:14.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The request processing pause flag (while reloading occurs))
-2024-09-20 17:47:14.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.199 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@379cf9)
-2024-09-20 17:47:14.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.200 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.200 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'privileged'
-2024-09-20 17:47:14.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=privileged)
-2024-09-20 17:47:14.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Access to tomcat internals'
-2024-09-20 17:47:14.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Access to tomcat internals)
-2024-09-20 17:47:14.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.204 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66fa5f98)
-2024-09-20 17:47:14.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.205 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.205 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
-2024-09-20 17:47:14.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
-2024-09-20 17:47:14.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative execution times of all servlets in this context'
-2024-09-20 17:47:14.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative execution times of all servlets in this context)
-2024-09-20 17:47:14.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:14.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:14.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.207 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4732c166)
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.208 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum execution time of all servlets in this context'
-2024-09-20 17:47:14.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum execution time of all servlets in this context)
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a333b0c)
-2024-09-20 17:47:14.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime'
-2024-09-20 17:47:14.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime)
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum execution time of all servlets in this context'
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum execution time of all servlets in this context)
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65fa8e7)
-2024-09-20 17:47:14.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative request count of all servlets in this context'
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative request count of all servlets in this context)
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.216 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32ed312b)
-2024-09-20 17:47:14.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.218 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.218 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
-2024-09-20 17:47:14.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
-2024-09-20 17:47:14.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative error count of all servlets in this context'
-2024-09-20 17:47:14.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative error count of all servlets in this context)
-2024-09-20 17:47:14.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:14.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6305efe1)
-2024-09-20 17:47:14.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.222 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'publicId'
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=publicId)
-2024-09-20 17:47:14.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The public identifier of the DTD for the web application deployment descriptor version that is being parsed'
-2024-09-20 17:47:14.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The public identifier of the DTD for the web application deployment descriptor version that is being parsed)
-2024-09-20 17:47:14.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.224 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40cd53d6)
-2024-09-20 17:47:14.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.226 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.226 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
-2024-09-20 17:47:14.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
-2024-09-20 17:47:14.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
-2024-09-20 17:47:14.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
-2024-09-20 17:47:14.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
-2024-09-20 17:47:14.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
-2024-09-20 17:47:14.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.229 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b2ed3b8)
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable'
-2024-09-20 17:47:14.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable)
-2024-09-20 17:47:14.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this web application'
-2024-09-20 17:47:14.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this web application)
-2024-09-20 17:47:14.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.232 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6091c99f)
-2024-09-20 17:47:14.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.234 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.234 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renewThreadsWhenStoppingContext'
-2024-09-20 17:47:14.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renewThreadsWhenStoppingContext)
-2024-09-20 17:47:14.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.'
-2024-09-20 17:47:14.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.)
-2024-09-20 17:47:14.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.237 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ca7588b)
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'server'
-2024-09-20 17:47:14.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=server)
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The J2EE Server this module is deployed on'
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The J2EE Server this module is deployed on)
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6deed2a)
-2024-09-20 17:47:14.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.241 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.yf.exam.config.MybatisConfig#MapperScannerRegistrar#0'
-2024-09-20 17:47:14.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.242 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.242 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieName'
-2024-09-20 17:47:14.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieName)
-2024-09-20 17:47:14.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name to use for session cookies.'null' indicates that the name is controlled by the application.'
-2024-09-20 17:47:14.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name to use for session cookies.'null' indicates that the name is controlled by the application.)
-2024-09-20 17:47:14.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.247 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ba04d5a)
-2024-09-20 17:47:14.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.249 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.249 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieDomain'
-2024-09-20 17:47:14.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieDomain)
-2024-09-20 17:47:14.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The domain to use for session cookies.'null' indicates that the domain is controlled by the application.'
-2024-09-20 17:47:14.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The domain to use for session cookies.'null' indicates that the domain is controlled by the application.)
-2024-09-20 17:47:14.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.254 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2593b880)
-2024-09-20 17:47:14.255 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
-2024-09-20 17:47:14.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.257 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.257 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookiePath'
-2024-09-20 17:47:14.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookiePath)
-2024-09-20 17:47:14.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The path to use for session cookies.'null' indicates that the path is controlled by the application.'
-2024-09-20 17:47:14.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The path to use for session cookies.'null' indicates that the path is controlled by the application.)
-2024-09-20 17:47:14.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.260 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33e6dfb9)
-2024-09-20 17:47:14.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.265 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.265 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionTimeout'
-2024-09-20 17:47:14.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionTimeout)
-2024-09-20 17:47:14.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The session timeout (in minutes) for this web application'
-2024-09-20 17:47:14.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The session timeout (in minutes) for this web application)
-2024-09-20 17:47:14.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:14.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:14.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.269 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42a0d352)
-2024-09-20 17:47:14.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.271 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.272 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.272 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startTime'
-2024-09-20 17:47:14.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startTime)
-2024-09-20 17:47:14.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started'
-2024-09-20 17:47:14.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started)
-2024-09-20 17:47:14.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:14.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:14.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.275 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.275 DEBUG 22604 --- [main] org.apache.ibatis.logging.LogFactory : Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
-2024-09-20 17:47:14.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ba39cc1)
-2024-09-20 17:47:14.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.278 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.278 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startupTime'
-2024-09-20 17:47:14.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startupTime)
-2024-09-20 17:47:14.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds) it took to start this context'
-2024-09-20 17:47:14.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds) it took to start this context)
-2024-09-20 17:47:14.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:14.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:14.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.281 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@334c728d)
-2024-09-20 17:47:14.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.284 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/paper/mapper/PaperMapper.class]
-2024-09-20 17:47:14.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.284 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/qu/mapper/QuMapper.class]
-2024-09-20 17:47:14.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.284 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/qu/mapper/QuAnswerMapper.class]
-2024-09-20 17:47:14.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.285 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/config/mapper/SysConfigMapper.class]
-2024-09-20 17:47:14.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:14.285 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/user/mapper/SysUserMapper.class]
-2024-09-20 17:47:14.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:14.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:14.286 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/user/mapper/SysRoleMapper.class]
-2024-09-20 17:47:14.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:14.286 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/user/mapper/SysUserRoleMapper.class]
-2024-09-20 17:47:14.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.286 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/user/book/mapper/UserBookMapper.class]
-2024-09-20 17:47:14.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.286 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/user/exam/mapper/UserExamMapper.class]
-2024-09-20 17:47:14.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.287 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/system/mapper/SysDictMapper.class]
-2024-09-20 17:47:14.287 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/exam/mapper/ExamDepartMapper.class]
-2024-09-20 17:47:14.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.287 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/exam/mapper/ExamRepoMapper.class]
-2024-09-20 17:47:14.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.287 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/exam/mapper/ExamMapper.class]
-2024-09-20 17:47:14.287 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.287 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/qu/mapper/QuRepoMapper.class]
-2024-09-20 17:47:14.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.288 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/sys/depart/mapper/SysDepartMapper.class]
-2024-09-20 17:47:14.288 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/paper/mapper/PaperQuAnswerMapper.class]
-2024-09-20 17:47:14.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.288 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/paper/mapper/PaperQuMapper.class]
-2024-09-20 17:47:14.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.288 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/com/yf/exam/modules/repo/mapper/RepoMapper.class]
-2024-09-20 17:47:14.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3652684a)
-2024-09-20 17:47:14.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.290 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'paperMapper' and 'com.yf.exam.modules.paper.mapper.PaperMapper' mapperInterface
-2024-09-20 17:47:14.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.290 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'paperMapper'.
-2024-09-20 17:47:14.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.290 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'quMapper' and 'com.yf.exam.modules.qu.mapper.QuMapper' mapperInterface
-2024-09-20 17:47:14.291 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.291 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'quMapper'.
-2024-09-20 17:47:14.291 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'quAnswerMapper' and 'com.yf.exam.modules.qu.mapper.QuAnswerMapper' mapperInterface
-2024-09-20 17:47:14.291 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.291 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'quAnswerMapper'.
-2024-09-20 17:47:14.291 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'sysConfigMapper' and 'com.yf.exam.modules.sys.config.mapper.SysConfigMapper' mapperInterface
-2024-09-20 17:47:14.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.291 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'sysConfigMapper'.
-2024-09-20 17:47:14.291 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'sysUserMapper' and 'com.yf.exam.modules.sys.user.mapper.SysUserMapper' mapperInterface
-2024-09-20 17:47:14.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.291 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'sysUserMapper'.
-2024-09-20 17:47:14.293 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'sysRoleMapper' and 'com.yf.exam.modules.sys.user.mapper.SysRoleMapper' mapperInterface
-2024-09-20 17:47:14.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.293 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'sysRoleMapper'.
-2024-09-20 17:47:14.293 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'sysUserRoleMapper' and 'com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper' mapperInterface
-2024-09-20 17:47:14.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.293 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'sysUserRoleMapper'.
-2024-09-20 17:47:14.293 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'userBookMapper' and 'com.yf.exam.modules.user.book.mapper.UserBookMapper' mapperInterface
-2024-09-20 17:47:14.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.293 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'userBookMapper'.
-2024-09-20 17:47:14.293 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'userExamMapper' and 'com.yf.exam.modules.user.exam.mapper.UserExamMapper' mapperInterface
-2024-09-20 17:47:14.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'swallowOutput'
-2024-09-20 17:47:14.293 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'userExamMapper'.
-2024-09-20 17:47:14.294 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'sysDictMapper' and 'com.yf.exam.modules.sys.system.mapper.SysDictMapper' mapperInterface
-2024-09-20 17:47:14.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=swallowOutput)
-2024-09-20 17:47:14.294 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'sysDictMapper'.
-2024-09-20 17:47:14.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet'
-2024-09-20 17:47:14.294 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'examDepartMapper' and 'com.yf.exam.modules.exam.mapper.ExamDepartMapper' mapperInterface
-2024-09-20 17:47:14.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet)
-2024-09-20 17:47:14.294 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'examDepartMapper'.
-2024-09-20 17:47:14.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.294 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'examRepoMapper' and 'com.yf.exam.modules.exam.mapper.ExamRepoMapper' mapperInterface
-2024-09-20 17:47:14.295 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'examRepoMapper'.
-2024-09-20 17:47:14.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.295 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'examMapper' and 'com.yf.exam.modules.exam.mapper.ExamMapper' mapperInterface
-2024-09-20 17:47:14.295 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'examMapper'.
-2024-09-20 17:47:14.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.295 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'quRepoMapper' and 'com.yf.exam.modules.qu.mapper.QuRepoMapper' mapperInterface
-2024-09-20 17:47:14.295 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'quRepoMapper'.
-2024-09-20 17:47:14.295 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.295 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'sysDepartMapper' and 'com.yf.exam.modules.sys.depart.mapper.SysDepartMapper' mapperInterface
-2024-09-20 17:47:14.296 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'sysDepartMapper'.
-2024-09-20 17:47:14.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.296 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'paperQuAnswerMapper' and 'com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper' mapperInterface
-2024-09-20 17:47:14.296 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'paperQuAnswerMapper'.
-2024-09-20 17:47:14.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.296 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'paperQuMapper' and 'com.yf.exam.modules.paper.mapper.PaperQuMapper' mapperInterface
-2024-09-20 17:47:14.296 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'paperQuMapper'.
-2024-09-20 17:47:14.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.296 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'repoMapper' and 'com.yf.exam.modules.repo.mapper.RepoMapper' mapperInterface
-2024-09-20 17:47:14.296 DEBUG 22604 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'repoMapper'.
-2024-09-20 17:47:14.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72ac0791)
-2024-09-20 17:47:14.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.299 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.299 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldScanTime'
-2024-09-20 17:47:14.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldScanTime)
-2024-09-20 17:47:14.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spend scanning jars for TLDs for this context'
-2024-09-20 17:47:14.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spend scanning jars for TLDs for this context)
-2024-09-20 17:47:14.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:14.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:14.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.302 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65fed891)
-2024-09-20 17:47:14.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldValidation'
-2024-09-20 17:47:14.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldValidation)
-2024-09-20 17:47:14.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of *.tld files be performed by a validating parser?'
-2024-09-20 17:47:14.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of *.tld files be performed by a validating parser?)
-2024-09-20 17:47:14.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.306 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35f616b9)
-2024-09-20 17:47:14.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.309 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.309 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unloadDelay'
-2024-09-20 17:47:14.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unloadDelay)
-2024-09-20 17:47:14.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of ms that the container will wait for servlets to unload'
-2024-09-20 17:47:14.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of ms that the container will wait for servlets to unload)
-2024-09-20 17:47:14.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:14.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:14.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.312 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10c32875)
-2024-09-20 17:47:14.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.314 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.316 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWAR'
-2024-09-20 17:47:14.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWAR)
-2024-09-20 17:47:14.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WAR property'
-2024-09-20 17:47:14.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WAR property)
-2024-09-20 17:47:14.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.320 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2412573)
-2024-09-20 17:47:14.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.323 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.323 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useHttpOnly'
-2024-09-20 17:47:14.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useHttpOnly)
-2024-09-20 17:47:14.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates that session cookies should use HttpOnly'
-2024-09-20 17:47:14.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates that session cookies should use HttpOnly)
-2024-09-20 17:47:14.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.328 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11e85ffa)
-2024-09-20 17:47:14.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.330 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.330 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useNaming'
-2024-09-20 17:47:14.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useNaming)
-2024-09-20 17:47:14.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Create a JNDI naming context for this application?'
-2024-09-20 17:47:14.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Create a JNDI naming context for this application?)
-2024-09-20 17:47:14.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:14.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:14.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.333 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14aec0a0)
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.335 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.335 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useRelativeRedirects'
-2024-09-20 17:47:14.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useRelativeRedirects)
-2024-09-20 17:47:14.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'When generating location headers for 302 responses, should a relative URI be used?'
-2024-09-20 17:47:14.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=When generating location headers for 302 responses, should a relative URI be used?)
-2024-09-20 17:47:14.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.336 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1da7c2c0)
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.338 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.338 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'webappVersion'
-2024-09-20 17:47:14.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=webappVersion)
-2024-09-20 17:47:14.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The version of this web application - used in parallel deployment to differentiate different versions of the same web application'
-2024-09-20 17:47:14.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The version of this web application - used in parallel deployment to differentiate different versions of the same web application)
-2024-09-20 17:47:14.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.341 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@164606ba)
-2024-09-20 17:47:14.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.343 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.343 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'welcomeFiles'
-2024-09-20 17:47:14.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=welcomeFiles)
-2024-09-20 17:47:14.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The welcome files for this context'
-2024-09-20 17:47:14.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The welcome files for this context)
-2024-09-20 17:47:14.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:14.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.347 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45029c07)
-2024-09-20 17:47:14.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.351 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.351 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir'
-2024-09-20 17:47:14.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir)
-2024-09-20 17:47:14.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname to the work directory for this context'
-2024-09-20 17:47:14.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname to the work directory for this context)
-2024-09-20 17:47:14.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.355 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27cbffc7)
-2024-09-20 17:47:14.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.357 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.357 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlValidation'
-2024-09-20 17:47:14.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlValidation)
-2024-09-20 17:47:14.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?'
-2024-09-20 17:47:14.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?)
-2024-09-20 17:47:14.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.361 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d9883c)
-2024-09-20 17:47:14.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlNamespaceAware'
-2024-09-20 17:47:14.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlNamespaceAware)
-2024-09-20 17:47:14.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?'
-2024-09-20 17:47:14.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?)
-2024-09-20 17:47:14.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.366 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@228c3dcb)
-2024-09-20 17:47:14.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.367 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.369 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationListener'
-2024-09-20 17:47:14.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationListener)
-2024-09-20 17:47:14.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Listener class name to the set of Listeners configured for this application.'
-2024-09-20 17:47:14.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Listener class name to the set of Listeners configured for this application.)
-2024-09-20 17:47:14.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.372 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.372 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class'
-2024-09-20 17:47:14.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class)
-2024-09-20 17:47:14.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.375 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@733f6f39)
-2024-09-20 17:47:14.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.378 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.378 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@b72835e)
-2024-09-20 17:47:14.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.382 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.382 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationParameter'
-2024-09-20 17:47:14.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationParameter)
-2024-09-20 17:47:14.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new application parameter for this application.'
-2024-09-20 17:47:14.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new application parameter for this application.)
-2024-09-20 17:47:14.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.385 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.386 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class'
-2024-09-20 17:47:14.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class)
-2024-09-20 17:47:14.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.389 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@43a26264)
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.390 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.391 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37dbe)
-2024-09-20 17:47:14.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.392 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.393 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
-2024-09-20 17:47:14.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
-2024-09-20 17:47:14.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child to this Context'
-2024-09-20 17:47:14.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child to this Context)
-2024-09-20 17:47:14.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.396 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.397 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:14.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:14.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
-2024-09-20 17:47:14.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
-2024-09-20 17:47:14.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.399 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@84d9c20)
-2024-09-20 17:47:14.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
-2024-09-20 17:47:14.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
-2024-09-20 17:47:14.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.403 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@173a8604)
-2024-09-20 17:47:14.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.405 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.405 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:14.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@475b77c5)
-2024-09-20 17:47:14.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.407 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.407 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
-2024-09-20 17:47:14.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
-2024-09-20 17:47:14.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Context'
-2024-09-20 17:47:14.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Context)
-2024-09-20 17:47:14.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.410 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.410 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:14.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:14.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
-2024-09-20 17:47:14.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
-2024-09-20 17:47:14.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.413 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5cae0c1d)
-2024-09-20 17:47:14.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.415 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.415 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@38662734)
-2024-09-20 17:47:14.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.417 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.417 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLocaleEncodingMappingParameter'
-2024-09-20 17:47:14.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLocaleEncodingMappingParameter)
-2024-09-20 17:47:14.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a Locale Encoding Mapping'
-2024-09-20 17:47:14.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a Locale Encoding Mapping)
-2024-09-20 17:47:14.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.420 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.420 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'locale'
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=locale)
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Locale to map an encoding for'
-2024-09-20 17:47:14.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Locale to map an encoding for)
-2024-09-20 17:47:14.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.422 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7baf9c9a)
-2024-09-20 17:47:14.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.423 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.424 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'encoding'
-2024-09-20 17:47:14.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=encoding)
-2024-09-20 17:47:14.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Encoding to be used for a give locale'
-2024-09-20 17:47:14.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Encoding to be used for a give locale)
-2024-09-20 17:47:14.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.437 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@67562975)
-2024-09-20 17:47:14.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.441 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b340f66)
-2024-09-20 17:47:14.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.443 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.443 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMimeMapping'
-2024-09-20 17:47:14.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMimeMapping)
-2024-09-20 17:47:14.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new MIME mapping, replacing any existing mapping for the specified extension.'
-2024-09-20 17:47:14.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new MIME mapping, replacing any existing mapping for the specified extension.)
-2024-09-20 17:47:14.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.446 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.446 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
-2024-09-20 17:47:14.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
-2024-09-20 17:47:14.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Filename extension being mapped'
-2024-09-20 17:47:14.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Filename extension being mapped)
-2024-09-20 17:47:14.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.448 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@42e2ceb3)
-2024-09-20 17:47:14.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mimeType'
-2024-09-20 17:47:14.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mimeType)
-2024-09-20 17:47:14.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Corresponding MIME type'
-2024-09-20 17:47:14.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Corresponding MIME type)
-2024-09-20 17:47:14.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.453 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@45aec139)
-2024-09-20 17:47:14.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.455 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.455 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@13655578)
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.457 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.457 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addParameter'
-2024-09-20 17:47:14.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addParameter)
-2024-09-20 17:47:14.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new context initialization parameter, replacing any existing value for the specified name.'
-2024-09-20 17:47:14.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new context initialization parameter, replacing any existing value for the specified name.)
-2024-09-20 17:47:14.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.459 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.459 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the new parameter'
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the new parameter)
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7841374d)
-2024-09-20 17:47:14.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.464 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.464 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of the new parameter'
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of the new parameter)
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.467 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2c82e9a0)
-2024-09-20 17:47:14.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.468 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.469 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:14.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f165200)
-2024-09-20 17:47:14.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.471 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.471 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRoleMapping'
-2024-09-20 17:47:14.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRoleMapping)
-2024-09-20 17:47:14.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a security role reference for this web application.'
-2024-09-20 17:47:14.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a security role reference for this web application.)
-2024-09-20 17:47:14.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.474 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.474 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:14.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:14.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used in the application'
-2024-09-20 17:47:14.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used in the application)
-2024-09-20 17:47:14.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.476 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@26611a0f)
-2024-09-20 17:47:14.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.478 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.478 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link'
-2024-09-20 17:47:14.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link)
-2024-09-20 17:47:14.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Actual security role to check for'
-2024-09-20 17:47:14.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Actual security role to check for)
-2024-09-20 17:47:14.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.480 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@576bbad1)
-2024-09-20 17:47:14.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.482 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.482 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:14.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6c1f8675)
-2024-09-20 17:47:14.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.484 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.484 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityRole'
-2024-09-20 17:47:14.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityRole)
-2024-09-20 17:47:14.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role for this web application.'
-2024-09-20 17:47:14.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role for this web application.)
-2024-09-20 17:47:14.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.488 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.488 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:14.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:14.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New security role'
-2024-09-20 17:47:14.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New security role)
-2024-09-20 17:47:14.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.490 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@41b45fa4)
-2024-09-20 17:47:14.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.493 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
-2024-09-20 17:47:14.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6f2b84ff)
-2024-09-20 17:47:14.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.494 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.494 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.494 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata'
-2024-09-20 17:47:14.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.495 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
-2024-09-20 17:47:14.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping'
-2024-09-20 17:47:14.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping)
-2024-09-20 17:47:14.495 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceInitializerSchedulerDependencyPostProcessor'
-2024-09-20 17:47:14.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.'
-2024-09-20 17:47:14.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.)
-2024-09-20 17:47:14.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.496 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.496 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.498 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.498 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped'
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped)
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.499 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@651c06f9)
-2024-09-20 17:47:14.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.501 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.501 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute'
-2024-09-20 17:47:14.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute)
-2024-09-20 17:47:14.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@75a01801)
-2024-09-20 17:47:14.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.506 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.506 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.506 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
-2024-09-20 17:47:14.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:14.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@160a206e)
-2024-09-20 17:47:14.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.507 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
-2024-09-20 17:47:14.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping'
-2024-09-20 17:47:14.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping)
-2024-09-20 17:47:14.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.'
-2024-09-20 17:47:14.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.)
-2024-09-20 17:47:14.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.511 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.511 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.512 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleBeanPostProcessor'
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
-2024-09-20 17:47:14.512 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped'
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped)
-2024-09-20 17:47:14.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.514 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2535422c)
-2024-09-20 17:47:14.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.515 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'
-2024-09-20 17:47:14.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.515 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration'
-2024-09-20 17:47:14.515 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.516 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute'
-2024-09-20 17:47:14.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute)
-2024-09-20 17:47:14.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.518 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@201bb3bd)
-2024-09-20 17:47:14.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.520 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.520 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'jspWildcard'
-2024-09-20 17:47:14.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=jspWildcard)
-2024-09-20 17:47:14.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to ''true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise'
-2024-09-20 17:47:14.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description='true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise)
-2024-09-20 17:47:14.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@550ed7af)
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@12c09430)
-2024-09-20 17:47:14.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.526 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Context'
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Context)
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.529 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.529 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
-2024-09-20 17:47:14.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
-2024-09-20 17:47:14.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
-2024-09-20 17:47:14.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
-2024-09-20 17:47:14.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.531 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.531 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAsyncAnnotationProcessor'
-2024-09-20 17:47:14.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.531 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.ProxyAsyncConfiguration'
-2024-09-20 17:47:14.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1deb9066)
-2024-09-20 17:47:14.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.532 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.532 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@60104e3d)
-2024-09-20 17:47:14.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.535 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.536 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWatchedResource'
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWatchedResource)
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to ' Add a resource which will be watched for reloading by the host auto deployer.'
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description= Add a resource which will be watched for reloading by the host auto deployer.)
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.538 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.538 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Path to the resource, either absolute or relative to docBase'
-2024-09-20 17:47:14.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Path to the resource, either absolute or relative to docBase)
-2024-09-20 17:47:14.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.541 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@43005e3f)
-2024-09-20 17:47:14.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.543 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.545 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5577337b)
-2024-09-20 17:47:14.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.546 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.547 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWelcomeFile'
-2024-09-20 17:47:14.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWelcomeFile)
-2024-09-20 17:47:14.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new welcome file to the set recognized by this Context.'
-2024-09-20 17:47:14.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new welcome file to the set recognized by this Context.)
-2024-09-20 17:47:14.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.549 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.549 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New welcome file name'
-2024-09-20 17:47:14.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New welcome file name)
-2024-09-20 17:47:14.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.552 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@145ee113)
-2024-09-20 17:47:14.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.553 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.554 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.554 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.554 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.554 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.554 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.554 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.554 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76dd3403)
-2024-09-20 17:47:14.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.555 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.555 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperLifecycle'
-2024-09-20 17:47:14.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperLifecycle)
-2024-09-20 17:47:14.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.'
-2024-09-20 17:47:14.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.)
-2024-09-20 17:47:14.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.557 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledConfig'
-2024-09-20 17:47:14.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.557 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.557 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a LifecycleListener class'
-2024-09-20 17:47:14.558 INFO 22604 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'scheduledConfig' of type [com.yf.exam.config.ScheduledConfig$$EnhancerBySpringCGLIB$$e4a4be2c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2024-09-20 17:47:14.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a LifecycleListener class)
-2024-09-20 17:47:14.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.561 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.561 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@37ed6d41)
-2024-09-20 17:47:14.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.562 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.562 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5b6d7c2c)
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.565 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.565 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperListener'
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperListener)
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.'
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.)
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.567 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a ContainerListener class'
-2024-09-20 17:47:14.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a ContainerListener class)
-2024-09-20 17:47:14.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.569 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3858482b)
-2024-09-20 17:47:14.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.571 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.571 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@27ba0e0f)
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:14.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:14.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy the context'
-2024-09-20 17:47:14.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy the context)
-2024-09-20 17:47:14.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.575 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.576 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.576 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultAdvisorAutoProxyCreator'
-2024-09-20 17:47:14.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.576 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shiroConfig'
-2024-09-20 17:47:14.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7be1e8dc)
-2024-09-20 17:47:14.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.577 INFO 22604 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.yf.exam.config.ShiroConfig$$EnhancerBySpringCGLIB$$eaa30c70] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2024-09-20 17:47:14.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationListeners'
-2024-09-20 17:47:14.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationListeners)
-2024-09-20 17:47:14.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application listener class names configured for this application.'
-2024-09-20 17:47:14.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application listener class names configured for this application.)
-2024-09-20 17:47:14.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:14.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:14.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.581 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.581 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4bdd6790)
-2024-09-20 17:47:14.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.583 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.583 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationParameters'
-2024-09-20 17:47:14.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationParameters)
-2024-09-20 17:47:14.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application parameters for this application.'
-2024-09-20 17:47:14.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application parameters for this application.)
-2024-09-20 17:47:14.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:14.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:14.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.585 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.585 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.586 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodValidationPostProcessor'
-2024-09-20 17:47:14.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31be67d0)
-2024-09-20 17:47:14.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.588 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.588 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.588 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityManager'
-2024-09-20 17:47:14.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConstraints'
-2024-09-20 17:47:14.589 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shiroRealm'
-2024-09-20 17:47:14.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConstraints)
-2024-09-20 17:47:14.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security constraints for this web application. If there are none, a zero-length array is returned.'
-2024-09-20 17:47:14.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security constraints for this web application. If there are none, a zero-length array is returned.)
-2024-09-20 17:47:14.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:14.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4683dd9e)
-2024-09-20 17:47:14.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.592 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.592 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findContainerListenerNames'
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findContainerListenerNames)
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of container listener class names configured for this application.'
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of container listener class names configured for this application.)
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.601 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.602 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@32d06a9a)
-2024-09-20 17:47:14.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.605 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.605 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage'
-2024-09-20 17:47:14.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage)
-2024-09-20 17:47:14.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified HTTP error code, if any; otherwise return null'
-2024-09-20 17:47:14.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified HTTP error code, if any; otherwise return null)
-2024-09-20 17:47:14.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.610 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.611 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'errorCode'
-2024-09-20 17:47:14.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=errorCode)
-2024-09-20 17:47:14.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Error code to look up'
-2024-09-20 17:47:14.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Error code to look up)
-2024-09-20 17:47:14.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
-2024-09-20 17:47:14.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
-2024-09-20 17:47:14.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@12916ab7)
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.615 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.615 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50d31fd2)
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.617 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.617 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage'
-2024-09-20 17:47:14.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage)
-2024-09-20 17:47:14.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified Java exception type, if any; otherwise return null.'
-2024-09-20 17:47:14.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified Java exception type, if any; otherwise return null.)
-2024-09-20 17:47:14.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.619 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.620 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType'
-2024-09-20 17:47:14.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType)
-2024-09-20 17:47:14.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up'
-2024-09-20 17:47:14.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up)
-2024-09-20 17:47:14.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.621 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@864577b)
-2024-09-20 17:47:14.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.623 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.624 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@39517857)
-2024-09-20 17:47:14.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.625 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.625 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPages'
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPages)
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined error pages for all specified error codes and exception types.'
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined error pages for all specified error codes and exception types.)
-2024-09-20 17:47:14.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:14.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:14.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.627 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.627 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@208c6918)
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.629 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.629 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.629 DEBUG 22604 --- [main] o.a.s.spring.LifecycleBeanPostProcessor : Initializing bean [shiroRealm]...
-2024-09-20 17:47:14.629 DEBUG 22604 --- [main] org.apache.shiro.realm.AuthorizingRealm : No authorizationCache instance set. Checking for a cacheManager...
-2024-09-20 17:47:14.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.629 DEBUG 22604 --- [main] org.apache.shiro.realm.AuthorizingRealm : No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
-2024-09-20 17:47:14.629 INFO 22604 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroRealm' of type [com.yf.exam.ability.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2024-09-20 17:47:14.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.629 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityManager' via factory method to bean named 'shiroRealm'
-2024-09-20 17:47:14.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDef'
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDef)
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the filter definition for the specified filter name, if any; otherwise return null.'
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the filter definition for the specified filter name, if any; otherwise return null.)
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.631 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.632 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType'
-2024-09-20 17:47:14.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType)
-2024-09-20 17:47:14.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up'
-2024-09-20 17:47:14.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up)
-2024-09-20 17:47:14.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.633 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6869cf54)
-2024-09-20 17:47:14.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.635 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.635 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@421c82ad)
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDefs'
-2024-09-20 17:47:14.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDefs)
-2024-09-20 17:47:14.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined filters for this Context.'
-2024-09-20 17:47:14.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined filters for this Context.)
-2024-09-20 17:47:14.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:14.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:14.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.640 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.640 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@703dd979)
-2024-09-20 17:47:14.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.643 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.643 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterMaps'
-2024-09-20 17:47:14.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterMaps)
-2024-09-20 17:47:14.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of filter mappings for this Context.'
-2024-09-20 17:47:14.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of filter mappings for this Context.)
-2024-09-20 17:47:14.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:14.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:14.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.646 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.646 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@33baaacf)
-2024-09-20 17:47:14.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.648 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.648 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findLifecycleListenerNames'
-2024-09-20 17:47:14.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findLifecycleListenerNames)
-2024-09-20 17:47:14.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of lifecycle listener class names configured for this application.'
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of lifecycle listener class names configured for this application.)
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@150fc083)
-2024-09-20 17:47:14.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.653 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.653 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMapping'
-2024-09-20 17:47:14.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMapping)
-2024-09-20 17:47:14.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the MIME type to which the specified extension is mapped, if any; otherwise return null.'
-2024-09-20 17:47:14.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the MIME type to which the specified extension is mapped, if any; otherwise return null.)
-2024-09-20 17:47:14.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.657 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.657 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
-2024-09-20 17:47:14.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
-2024-09-20 17:47:14.660 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to map to a MIME type'
-2024-09-20 17:47:14.660 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to map to a MIME type)
-2024-09-20 17:47:14.660 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.660 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.661 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@33a02165)
-2024-09-20 17:47:14.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.663 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.663 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2d48d079)
-2024-09-20 17:47:14.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.665 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.665 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMappings'
-2024-09-20 17:47:14.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMappings)
-2024-09-20 17:47:14.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the extensions for which MIME mappings are defined.'
-2024-09-20 17:47:14.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the extensions for which MIME mappings are defined.)
-2024-09-20 17:47:14.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.669 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.670 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.670 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.670 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.671 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.671 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.671 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.671 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.671 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.671 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4bc2fbcd)
-2024-09-20 17:47:14.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.672 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.673 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameter'
-2024-09-20 17:47:14.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameter)
-2024-09-20 17:47:14.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value for the specified context initialization parameter name, if any; otherwise return null.'
-2024-09-20 17:47:14.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value for the specified context initialization parameter name, if any; otherwise return null.)
-2024-09-20 17:47:14.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.675 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.675 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to return'
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to return)
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@20a231ee)
-2024-09-20 17:47:14.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.681 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.681 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@12bb8796)
-2024-09-20 17:47:14.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.683 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.683 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameters'
-2024-09-20 17:47:14.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameters)
-2024-09-20 17:47:14.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined context initialization parameters for this Context.'
-2024-09-20 17:47:14.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined context initialization parameters for this Context.)
-2024-09-20 17:47:14.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.687 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.687 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@799b56a0)
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRoleMapping'
-2024-09-20 17:47:14.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRoleMapping)
-2024-09-20 17:47:14.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one. Otherwise, return the specified role unchanged.'
-2024-09-20 17:47:14.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one. Otherwise, return the specified role unchanged.)
-2024-09-20 17:47:14.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.691 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.691 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:14.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:14.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to map'
-2024-09-20 17:47:14.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to map)
-2024-09-20 17:47:14.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.695 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@255bc6cd)
-2024-09-20 17:47:14.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.696 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.696 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@14c7aec9)
-2024-09-20 17:47:14.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.699 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.699 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRole'
-2024-09-20 17:47:14.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRole)
-2024-09-20 17:47:14.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified security role is defined for this application; otherwise return 'false'.'
-2024-09-20 17:47:14.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified security role is defined for this application; otherwise return 'false'.)
-2024-09-20 17:47:14.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:14.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:14.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.702 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.702 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:14.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:14.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to verify'
-2024-09-20 17:47:14.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to verify)
-2024-09-20 17:47:14.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.705 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5a8e0cf0)
-2024-09-20 17:47:14.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.707 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.707 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@79837f57)
-2024-09-20 17:47:14.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.709 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.709 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRoles'
-2024-09-20 17:47:14.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRoles)
-2024-09-20 17:47:14.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security roles defined for this application.'
-2024-09-20 17:47:14.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security roles defined for this application.)
-2024-09-20 17:47:14.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.711 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.711 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@215b304)
-2024-09-20 17:47:14.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.713 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.713 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMapping'
-2024-09-20 17:47:14.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMapping)
-2024-09-20 17:47:14.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the servlet name mapped by the specified pattern..'
-2024-09-20 17:47:14.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the servlet name mapped by the specified pattern..)
-2024-09-20 17:47:14.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
-2024-09-20 17:47:14.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
-2024-09-20 17:47:14.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Pattern for which a mapping is requested'
-2024-09-20 17:47:14.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Pattern for which a mapping is requested)
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2b0df469)
-2024-09-20 17:47:14.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.719 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1ce9474)
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.721 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.721 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMappings'
-2024-09-20 17:47:14.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMappings)
-2024-09-20 17:47:14.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the patterns of all defined servlet mappings for this Context.'
-2024-09-20 17:47:14.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the patterns of all defined servlet mappings for this Context.)
-2024-09-20 17:47:14.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.723 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63d52add)
-2024-09-20 17:47:14.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.725 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.725 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPage'
-2024-09-20 17:47:14.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPage)
-2024-09-20 17:47:14.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the context-relative URI of the error page for the specified HTTP status code.'
-2024-09-20 17:47:14.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the context-relative URI of the error page for the specified HTTP status code.)
-2024-09-20 17:47:14.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.727 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.729 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'status'
-2024-09-20 17:47:14.730 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=status)
-2024-09-20 17:47:14.730 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'HTTP status code to look up'
-2024-09-20 17:47:14.730 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=HTTP status code to look up)
-2024-09-20 17:47:14.730 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
-2024-09-20 17:47:14.730 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
-2024-09-20 17:47:14.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.731 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4c773830)
-2024-09-20 17:47:14.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.732 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.732 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@89d236b)
-2024-09-20 17:47:14.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.735 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.736 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPages'
-2024-09-20 17:47:14.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPages)
-2024-09-20 17:47:14.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of HTTP status codes for which error pages have been specified.'
-2024-09-20 17:47:14.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of HTTP status codes for which error pages have been specified.)
-2024-09-20 17:47:14.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lint'
-2024-09-20 17:47:14.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lint)
-2024-09-20 17:47:14.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.738 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.738 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7d857b38)
-2024-09-20 17:47:14.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.741 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.741 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWatchedResources'
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWatchedResources)
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of watched resources for this Context.'
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of watched resources for this Context.)
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.743 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.743 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.743 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.743 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.744 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37cc3597)
-2024-09-20 17:47:14.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.745 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.745 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFile'
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFile)
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.'
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.)
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:14.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:14.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.748 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.748 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Welcome file to verify'
-2024-09-20 17:47:14.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Welcome file to verify)
-2024-09-20 17:47:14.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.750 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@428f2de6)
-2024-09-20 17:47:14.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@23e8d8a7)
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFiles'
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFiles)
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of welcome files defined for this Context.'
-2024-09-20 17:47:14.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of welcome files defined for this Context.)
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@75e22b59)
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperLifecycles'
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperLifecycles)
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.'
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.)
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2354d8ff)
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperListeners'
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperListeners)
-2024-09-20 17:47:14.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.'
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.)
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@188f216e)
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.763 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.763 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:14.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:14.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Register the context into the running server'
-2024-09-20 17:47:14.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Register the context into the running server)
-2024-09-20 17:47:14.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.767 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.767 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7d47ef38)
-2024-09-20 17:47:14.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.771 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.771 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:14.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:14.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start the context'
-2024-09-20 17:47:14.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start the context)
-2024-09-20 17:47:14.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.774 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.774 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@191bab2a)
-2024-09-20 17:47:14.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.776 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.776 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:14.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:14.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop the context'
-2024-09-20 17:47:14.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop the context)
-2024-09-20 17:47:14.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.778 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.778 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1c0d1bd6)
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reload'
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reload)
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Reload the web application'
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Reload the web application)
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7de8dd68)
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationListener'
-2024-09-20 17:47:14.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationListener)
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified application listener class from the set of listeners for this application.'
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified application listener class from the set of listeners for this application.)
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of the listener to be removed'
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of the listener to be removed)
-2024-09-20 17:47:14.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3f14d3c2)
-2024-09-20 17:47:14.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.785 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.785 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7b926df1)
-2024-09-20 17:47:14.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationParameter'
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationParameter)
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the application parameter with the specified name from the set for this application.'
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the application parameter with the specified name from the set for this application.)
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the application parameter to remove'
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the application parameter to remove)
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.790 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@fb50afe)
-2024-09-20 17:47:14.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.791 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.791 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@340d95fd)
-2024-09-20 17:47:14.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.795 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.795 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
-2024-09-20 17:47:14.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
-2024-09-20 17:47:14.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child from this Context'
-2024-09-20 17:47:14.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child from this Context)
-2024-09-20 17:47:14.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.797 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.798 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2d1eca7d)
-2024-09-20 17:47:14.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.801 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.801 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@458bd7ca)
-2024-09-20 17:47:14.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Context'
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Context)
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@62cec77f)
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3ab404a6)
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMimeMapping'
-2024-09-20 17:47:14.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMimeMapping)
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..'
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..)
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
-2024-09-20 17:47:14.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
-2024-09-20 17:47:14.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to remove the mapping for'
-2024-09-20 17:47:14.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to remove the mapping for)
-2024-09-20 17:47:14.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.811 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@61226caf)
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7a0cc2c6)
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeParameter'
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeParameter)
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.'
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.)
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.814 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to remove'
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to remove)
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.815 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6e6d17c7)
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7466bf98)
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoleMapping'
-2024-09-20 17:47:14.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoleMapping)
-2024-09-20 17:47:14.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified name'
-2024-09-20 17:47:14.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified name)
-2024-09-20 17:47:14.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.820 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.820 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:14.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:14.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role (as used in the application) to remove'
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role (as used in the application) to remove)
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6d3f2af)
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1a551a41)
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityRole'
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityRole)
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role with the specified name.'
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role with the specified name.)
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:14.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:14.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to remove'
-2024-09-20 17:47:14.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to remove)
-2024-09-20 17:47:14.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.827 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1c80f5e3)
-2024-09-20 17:47:14.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.830 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.830 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5ddb0394)
-2024-09-20 17:47:14.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.832 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.832 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServletMapping'
-2024-09-20 17:47:14.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServletMapping)
-2024-09-20 17:47:14.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.'
-2024-09-20 17:47:14.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.)
-2024-09-20 17:47:14.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.835 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.835 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
-2024-09-20 17:47:14.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
-2024-09-20 17:47:14.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern of the mapping to remove'
-2024-09-20 17:47:14.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern of the mapping to remove)
-2024-09-20 17:47:14.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4404c40a)
-2024-09-20 17:47:14.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76b149d9)
-2024-09-20 17:47:14.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
-2024-09-20 17:47:14.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
-2024-09-20 17:47:14.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Context'
-2024-09-20 17:47:14.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Context)
-2024-09-20 17:47:14.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
-2024-09-20 17:47:14.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6d059501)
-2024-09-20 17:47:14.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.843 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.843 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6847fc96)
-2024-09-20 17:47:14.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWatchedResource'
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWatchedResource)
-2024-09-20 17:47:14.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified watched resource name from the list associated with this Context.'
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified watched resource name from the list associated with this Context.)
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the watched resource to be removed'
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the watched resource to be removed)
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a815100)
-2024-09-20 17:47:14.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76022e08)
-2024-09-20 17:47:14.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWelcomeFile'
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWelcomeFile)
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified welcome file name from the list recognized by this Context.'
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified welcome file name from the list recognized by this Context.)
-2024-09-20 17:47:14.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the welcome file to be removed'
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the welcome file to be removed)
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@37ee1054)
-2024-09-20 17:47:14.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@609af973)
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperLifecycle'
-2024-09-20 17:47:14.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperLifecycle)
-2024-09-20 17:47:14.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.'
-2024-09-20 17:47:14.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.)
-2024-09-20 17:47:14.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a LifecycleListener class to be removed'
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a LifecycleListener class to be removed)
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6093bd31)
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.857 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@786bd45)
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.858 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperListener'
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperListener)
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.'
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.)
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a ContainerListener class to be removed'
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a ContainerListener class to be removed)
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@40ad7151)
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@77cb5956)
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.863 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@acc08ab)
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.865 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3812e022)
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:14.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContext, className=org.apache.catalina.mbeans.ContextMBean, description=Standard Context Component, group=Context, type=org.apache.catalina.core.StandardContext])
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:14.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContextValve'
-2024-09-20 17:47:14.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContextValve)
-2024-09-20 17:47:14.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardContext container implementation'
-2024-09-20 17:47:14.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardContext container implementation)
-2024-09-20 17:47:14.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:14.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:14.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:14.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:14.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContextValve'
-2024-09-20 17:47:14.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContextValve)
-2024-09-20 17:47:14.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:14.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@139e3988)
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.876 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.877 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e32c344)
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54511d79)
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
- '
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContextValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardContext container implementation, group=Valve, type=org.apache.catalina.core.StandardContextValve])
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:14.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngine'
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngine)
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngine'
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngine)
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Engine Component'
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Engine Component)
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Engine'
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Engine)
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
-2024-09-20 17:47:14.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
-2024-09-20 17:47:14.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.884 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.884 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
-2024-09-20 17:47:14.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
-2024-09-20 17:47:14.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
-2024-09-20 17:47:14.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
-2024-09-20 17:47:14.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:14.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:14.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.886 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7bede421)
-2024-09-20 17:47:14.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.888 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.889 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'catalinaBase'
-2024-09-20 17:47:14.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=catalinaBase)
-2024-09-20 17:47:14.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Base (instance) directory for this Engine, typically same as catalina.base system property'
-2024-09-20 17:47:14.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Base (instance) directory for this Engine, typically same as catalina.base system property)
-2024-09-20 17:47:14.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.890 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19ddc0ad)
-2024-09-20 17:47:14.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultHost'
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultHost)
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the default Host for this Engine'
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the default Host for this Engine)
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@315d0831)
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.895 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
-2024-09-20 17:47:14.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
-2024-09-20 17:47:14.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Route used for load balancing'
-2024-09-20 17:47:14.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Route used for load balancing)
-2024-09-20 17:47:14.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6dbb71b6)
-2024-09-20 17:47:14.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@79634ccc)
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.902 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.903 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:14.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:14.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Engine'
-2024-09-20 17:47:14.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Engine)
-2024-09-20 17:47:14.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.905 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e4c23e5)
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.906 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5709be9d)
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren'
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren)
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added.'
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added.)
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6109430b)
-2024-09-20 17:47:14.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads'
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads)
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting and stopping child Hosts'
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting and stopping child Hosts)
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ef66ca)
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.915 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6dd32e79)
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
-2024-09-20 17:47:14.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a virtual host'
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a virtual host)
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:14.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:14.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
-2024-09-20 17:47:14.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
-2024-09-20 17:47:14.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.919 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@77349808)
-2024-09-20 17:47:14.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.922 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.922 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
-2024-09-20 17:47:14.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5c0e8cfe)
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@252e7883)
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.927 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.927 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
-2024-09-20 17:47:14.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
-2024-09-20 17:47:14.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Engine'
-2024-09-20 17:47:14.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Engine)
-2024-09-20 17:47:14.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@51fa3ab9)
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@25d1c56)
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Engine'
-2024-09-20 17:47:14.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Engine)
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
-2024-09-20 17:47:14.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
-2024-09-20 17:47:14.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
-2024-09-20 17:47:14.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
-2024-09-20 17:47:14.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.934 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2a9c099f)
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c20962f)
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c8f54e0)
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@16da488b)
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Host) from this Engine'
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Host) from this Engine)
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.943 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.943 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:14.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:14.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
-2024-09-20 17:47:14.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
-2024-09-20 17:47:14.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5c407b3e)
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.945 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.946 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@24291f77)
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
-2024-09-20 17:47:14.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Engine'
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Engine)
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@22076746)
-2024-09-20 17:47:14.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66dded9d)
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
-2024-09-20 17:47:14.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Engine'
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Engine)
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:14.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
-2024-09-20 17:47:14.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@399bf3f3)
-2024-09-20 17:47:14.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@55259110)
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4c01e1a5)
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@45394cbd)
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:14.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngine, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Engine Component, group=Engine, type=org.apache.catalina.core.StandardEngine])
-2024-09-20 17:47:14.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngineValve'
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngineValve)
-2024-09-20 17:47:14.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardEngine container implementation'
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardEngine container implementation)
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngineValve'
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngineValve)
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@235b2b82)
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a0f93e8)
-2024-09-20 17:47:14.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.966 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.966 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19c04dc5)
-2024-09-20 17:47:14.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
- '
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngineValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardEngine container implementation, group=Valve, type=org.apache.catalina.core.StandardEngineValve])
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHost'
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHost)
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Host Component'
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Host Component)
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Host'
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Host)
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHost'
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHost)
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:14.971 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'aliases'
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=aliases)
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Host aliases'
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Host aliases)
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.972 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1613b6e4)
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appBase'
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appBase)
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application root for this Host'
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application root for this Host)
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6cee989f)
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'autoDeploy'
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=autoDeploy)
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The auto deploy flag for this Host'
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The auto deploy flag for this Host)
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ad8d639)
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
-2024-09-20 17:47:14.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@516d04c2)
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children'
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children)
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children'
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children)
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
-2024-09-20 17:47:14.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ac22c9d)
-2024-09-20 17:47:14.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configClass'
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configClass)
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The configuration class for contexts'
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The configuration class for contexts)
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42f07d3a)
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass'
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass)
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default Context implementation class for deployed web applications.'
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default Context implementation class for deployed web applications.)
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.986 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.986 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.986 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.986 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.986 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.986 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e951243)
-2024-09-20 17:47:14.986 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML'
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML)
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?'
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?)
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77675447)
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'createDirs'
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=createDirs)
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we create directories upon startup for appBase and xmlBase? '
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we create directories upon startup for appBase and xmlBase? )
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c0a38f2)
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployIgnore'
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployIgnore)
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Paths within appBase ignored for automatic deployment'
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Paths within appBase ignored for automatic deployment)
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d529be4)
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployOnStartup'
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployOnStartup)
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy on startup flag for this Host'
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy on startup flag for this Host)
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.993 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b338907)
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.994 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML'
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML)
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'deploy Context XML config files property'
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=deploy Context XML config files property)
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56bb334a)
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:14.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorReportValveClass'
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorReportValveClass)
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default error reporter implementation class for deployed web applications.'
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default error reporter implementation class for deployed web applications.)
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:14.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b9b4cc7)
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:14.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@527f7deb)
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.001 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.002 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Host'
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Host)
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5503bd12)
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a2df59b)
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren'
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren)
-2024-09-20 17:47:15.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added?'
-2024-09-20 17:47:15.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added?)
-2024-09-20 17:47:15.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.007 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b31776d)
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads'
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads)
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting, stopping and deploying child Contexts'
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting, stopping and deploying child Contexts)
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1208d5c5)
-2024-09-20 17:47:15.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.010 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.010 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5aab11bb)
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'undeployOldVersions'
-2024-09-20 17:47:15.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=undeployOldVersions)
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.'
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.)
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f1fb658)
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs'
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs)
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WARs property'
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WARs property)
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5fa52ec9)
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'valveNames'
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=valveNames)
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the MBean Names of the Valves associated with this Host'
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the MBean Names of the Valves associated with this Host)
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b577e05)
-2024-09-20 17:47:15.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir'
-2024-09-20 17:47:15.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir)
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Work Directory base for applications'
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Work Directory base for applications)
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@973901d)
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlBase'
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlBase)
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The XML root for this Host.'
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The XML root for this Host.)
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b4c4a1d)
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addAlias'
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addAlias)
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an alias name that should be mapped to this Host'
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an alias name that should be mapped to this Host)
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias'
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias)
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The alias to be added'
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The alias to be added)
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6de9ecdb)
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5dfe0035)
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child(Context) to this Host'
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child(Context) to this Host)
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:15.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:15.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@489880ef)
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@317d2743)
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@13509a83)
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
-2024-09-20 17:47:15.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Host'
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Host)
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:15.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:15.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
-2024-09-20 17:47:15.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
-2024-09-20 17:47:15.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.037 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3e02df74)
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3291bfa3)
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Host'
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Host)
-2024-09-20 17:47:15.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
-2024-09-20 17:47:15.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6a0ec18d)
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7d9ddacd)
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.044 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@554c4375)
-2024-09-20 17:47:15.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.046 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.047 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findAliases'
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findAliases)
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of alias names for this Host'
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of alias names for this Host)
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6a9f92d8)
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findReloadedContextMemoryLeaks'
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findReloadedContextMemoryLeaks)
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.'
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.)
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@760134af)
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:15.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:15.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:15.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:15.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6559d310)
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.053 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeAlias'
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeAlias)
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified alias name from the aliases for this Host'
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified alias name from the aliases for this Host)
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.054 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias'
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias)
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Alias name to be removed'
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Alias name to be removed)
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.055 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@52b97325)
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@442622f8)
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
-2024-09-20 17:47:15.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Context) from this Host'
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Context) from this Host)
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.058 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3b7dd29f)
-2024-09-20 17:47:15.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@109747b3)
-2024-09-20 17:47:15.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Host'
-2024-09-20 17:47:15.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Host)
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:15.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@92e3edf)
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7ceafce0)
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.065 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Host'
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Host)
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.066 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@29d630c8)
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d6509e)
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:15.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:15.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:15.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:15.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.070 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7bf64efd)
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50d0a09f)
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHost, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Host Component, group=Host, type=org.apache.catalina.core.StandardHost])
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.074 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHostValve'
-2024-09-20 17:47:15.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHostValve)
-2024-09-20 17:47:15.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardHost container implementation'
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardHost container implementation)
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHostValve'
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHostValve)
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.076 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48989a3d)
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.078 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@797b7110)
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30b35964)
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardHost container implementation, group=Valve, type=org.apache.catalina.core.StandardHostValve])
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardServer'
-2024-09-20 17:47:15.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardServer)
-2024-09-20 17:47:15.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Server Component'
-2024-09-20 17:47:15.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Server Component)
-2024-09-20 17:47:15.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Server'
-2024-09-20 17:47:15.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Server)
-2024-09-20 17:47:15.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardServer'
-2024-09-20 17:47:15.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardServer)
-2024-09-20 17:47:15.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.086 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.086 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address'
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address)
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The address on which we wait for shutdown commands.'
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The address on which we wait for shutdown commands.)
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.087 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@616215ad)
-2024-09-20 17:47:15.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
-2024-09-20 17:47:15.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1aa86e69)
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
-2024-09-20 17:47:15.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
-2024-09-20 17:47:15.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'TCP port (excluding any offset) for shutdown messages'
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=TCP port (excluding any offset) for shutdown messages)
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2aab14f9)
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The offset applied to port and to the port attributes of any nested connectors'
-2024-09-20 17:47:15.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The offset applied to port and to the port attributes of any nested connectors)
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2015c9bc)
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Actual TCP port (including any offset) for shutdown messages'
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Actual TCP port (including any offset) for shutdown messages)
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51ab6f6e)
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverInfo'
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverInfo)
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server release identifier'
-2024-09-20 17:47:15.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server release identifier)
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8298814)
-2024-09-20 17:47:15.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverBuilt'
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverBuilt)
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server built timestamp'
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server built timestamp)
-2024-09-20 17:47:15.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7ad74934)
-2024-09-20 17:47:15.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.101 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.101 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverNumber'
-2024-09-20 17:47:15.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverNumber)
-2024-09-20 17:47:15.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server's version number'
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server's version number)
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@748137fb)
-2024-09-20 17:47:15.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serviceNames'
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serviceNames)
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all services we know about'
-2024-09-20 17:47:15.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all services we know about)
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7edbf61a)
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.106 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.106 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.106 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.106 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.106 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'shutdown'
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=shutdown)
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Shutdown password'
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Shutdown password)
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a76a8fd)
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a28d86e)
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.110 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'await'
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=await)
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Wait for the shutdown message'
-2024-09-20 17:47:15.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Wait for the shutdown message)
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76b163f)
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'storeConfig'
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=storeConfig)
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current state to server.xml file'
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current state to server.xml file)
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@26214bee)
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardServer, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard Server Component, group=Server, type=org.apache.catalina.core.StandardServer])
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardService'
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardService)
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Service Component'
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Service Component)
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Service'
-2024-09-20 17:47:15.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Service)
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardService'
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardService)
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ServiceMBean'
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ServiceMBean)
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectorNames'
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectorNames)
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'ObjectNames of the connectors'
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=ObjectNames of the connectors)
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36246344)
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.120 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6079969a)
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Service'
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Service)
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40e42981)
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ef10829)
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addConnector'
-2024-09-20 17:47:15.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addConnector)
-2024-09-20 17:47:15.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new connector'
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new connector)
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4bda6ef0)
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
-2024-09-20 17:47:15.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@673bfc57)
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.131 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isAjp'
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isAjp)
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a AJP/1.3 Connector'
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a AJP/1.3 Connector)
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.132 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6726910)
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.133 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isSSL'
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isSSL)
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a secure Connector'
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a secure Connector)
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.134 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@509499b7)
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
- '
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.135 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4821d0bb)
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addExecutor'
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addExecutor)
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Adds a named executor to the service'
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Adds a named executor to the service)
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:15.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Classname of the Executor to be added'
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Classname of the Executor to be added)
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@70c044ac)
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@656f994d)
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConnectors'
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConnectors)
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Find and return the set of Connectors associated with this Service'
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Find and return the set of Connectors associated with this Service)
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@11c2fd76)
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findExecutors'
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findExecutors)
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves all executors'
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves all executors)
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@572053fd)
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getExecutor'
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getExecutor)
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves executor by name'
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves executor by name)
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the executor to be retrieved'
-2024-09-20 17:47:15.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the executor to be retrieved)
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@25b79891)
-2024-09-20 17:47:15.147 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c8bc89b)
-2024-09-20 17:47:15.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.149 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.149 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:15.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3aa4bb31)
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.153 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.153 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6f4ea823)
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardService, className=org.apache.catalina.mbeans.ServiceMBean, description=Standard Service Component, group=Service, type=org.apache.catalina.core.StandardService])
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardThreadExecutor'
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardThreadExecutor)
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of a thread pool'
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of a thread pool)
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Executor'
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Executor)
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardThreadExecutor'
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardThreadExecutor)
-2024-09-20 17:47:15.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeCount'
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeCount)
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads currently processing a task'
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads currently processing a task)
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.159 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76a4d64b)
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'completedTaskCount'
-2024-09-20 17:47:15.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=completedTaskCount)
-2024-09-20 17:47:15.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks completed by the executor'
-2024-09-20 17:47:15.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks completed by the executor)
-2024-09-20 17:47:15.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14890714)
-2024-09-20 17:47:15.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'corePoolSize'
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=corePoolSize)
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Core size of the thread pool'
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Core size of the thread pool)
-2024-09-20 17:47:15.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b6b5b87)
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Run threads in daemon or non-daemon state?'
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Run threads in daemon or non-daemon state?)
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11fee579)
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'largestPoolSize'
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=largestPoolSize)
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Peak number of threads'
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Peak number of threads)
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41b86f83)
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.168 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleTime'
-2024-09-20 17:47:15.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleTime)
-2024-09-20 17:47:15.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Max number of milliseconds a thread can be idle before it can be shutdown'
-2024-09-20 17:47:15.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Max number of milliseconds a thread can be idle before it can be shutdown)
-2024-09-20 17:47:15.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1dd56107)
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.171 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxQueueSize'
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxQueueSize)
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of tasks for the pending task queue'
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of tasks for the pending task queue)
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.172 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c33b659)
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of allocated threads'
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of allocated threads)
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a80478b)
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum number of allocated threads'
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum number of allocated threads)
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2846f12f)
-2024-09-20 17:47:15.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.177 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.177 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.178 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Executor'
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Executor)
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e2d7079)
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namePrefix'
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namePrefix)
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name prefix for thread names created by this executor'
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name prefix for thread names created by this executor)
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.181 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f7d9c9b)
-2024-09-20 17:47:15.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.183 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.184 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'poolSize'
-2024-09-20 17:47:15.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=poolSize)
-2024-09-20 17:47:15.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads in the pool'
-2024-09-20 17:47:15.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads in the pool)
-2024-09-20 17:47:15.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67e936e0)
-2024-09-20 17:47:15.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.187 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.187 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prestartminSpareThreads'
-2024-09-20 17:47:15.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prestartminSpareThreads)
-2024-09-20 17:47:15.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Prestart threads?'
-2024-09-20 17:47:15.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Prestart threads?)
-2024-09-20 17:47:15.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78397cbb)
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'queueSize'
-2024-09-20 17:47:15.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=queueSize)
-2024-09-20 17:47:15.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks waiting to be processed'
-2024-09-20 17:47:15.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks waiting to be processed)
-2024-09-20 17:47:15.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.193 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d62657d)
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.195 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.195 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.197 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e58a90e)
-2024-09-20 17:47:15.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.198 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.199 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for threads in this thread pool'
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for threads in this thread pool)
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28c413)
-2024-09-20 17:47:15.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadRenewalDelay'
-2024-09-20 17:47:15.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadRenewalDelay)
-2024-09-20 17:47:15.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.'
-2024-09-20 17:47:15.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.)
-2024-09-20 17:47:15.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:15.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:15.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.203 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3347bc09)
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardThreadExecutor, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of a thread pool, group=Executor, type=org.apache.catalina.core.StandardThreadExecutor])
-2024-09-20 17:47:15.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.206 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.206 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapper'
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapper)
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet definition'
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet definition)
-2024-09-20 17:47:15.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Wrapper'
-2024-09-20 17:47:15.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Wrapper)
-2024-09-20 17:47:15.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapper'
-2024-09-20 17:47:15.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapper)
-2024-09-20 17:47:15.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
-2024-09-20 17:47:15.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
-2024-09-20 17:47:15.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.209 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.209 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:15.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:15.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Async support'
-2024-09-20 17:47:15.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Async support)
-2024-09-20 17:47:15.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:15.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:15.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.212 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d906e91)
-2024-09-20 17:47:15.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'available'
-2024-09-20 17:47:15.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=available)
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.'
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.)
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@466ba2f4)
-2024-09-20 17:47:15.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.216 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.216 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
-2024-09-20 17:47:15.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
-2024-09-20 17:47:15.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
-2024-09-20 17:47:15.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
-2024-09-20 17:47:15.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.218 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25ee76)
-2024-09-20 17:47:15.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'classLoadTime'
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=classLoadTime)
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load the Servlet class'
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load the Servlet class)
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e0cad8f)
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.223 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.223 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'countAllocated'
-2024-09-20 17:47:15.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=countAllocated)
-2024-09-20 17:47:15.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).'
-2024-09-20 17:47:15.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).)
-2024-09-20 17:47:15.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2046ae39)
-2024-09-20 17:47:15.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
-2024-09-20 17:47:15.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
-2024-09-20 17:47:15.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Error count'
-2024-09-20 17:47:15.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Error count)
-2024-09-20 17:47:15.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.229 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ba1c4c7)
-2024-09-20 17:47:15.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.231 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.231 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadOnStartup'
-2024-09-20 17:47:15.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadOnStartup)
-2024-09-20 17:47:15.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The load-on-startup order value (negative value means load on first call) for this servlet.'
-2024-09-20 17:47:15.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The load-on-startup order value (negative value means load on first call) for this servlet.)
-2024-09-20 17:47:15.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.233 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1458cb9b)
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.234 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadTime'
-2024-09-20 17:47:15.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadTime)
-2024-09-20 17:47:15.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load and initialise the Servlet'
-2024-09-20 17:47:15.236 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load and initialise the Servlet)
-2024-09-20 17:47:15.236 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:15.236 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:15.236 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.237 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f536c4a)
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum processing time of a request'
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum processing time of a request)
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6af122ff)
-2024-09-20 17:47:15.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.241 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.241 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxInstances'
-2024-09-20 17:47:15.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxInstances)
-2024-09-20 17:47:15.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of STM instances.'
-2024-09-20 17:47:15.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of STM instances.)
-2024-09-20 17:47:15.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.244 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f43549a)
-2024-09-20 17:47:15.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.247 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.248 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime'
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime)
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum processing time of a request'
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum processing time of a request)
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:15.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.250 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d1548fa)
-2024-09-20 17:47:15.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.251 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.252 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName'
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName)
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object'
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object)
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6940442e)
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.256 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.256 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
-2024-09-20 17:47:15.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
-2024-09-20 17:47:15.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total execution time of the servlet's service method'
-2024-09-20 17:47:15.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total execution time of the servlet's service method)
-2024-09-20 17:47:15.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:15.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a457523)
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of requests processed by this wrapper'
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of requests processed by this wrapper)
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.261 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fe70775)
-2024-09-20 17:47:15.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.263 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.263 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'runAs'
-2024-09-20 17:47:15.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=runAs)
-2024-09-20 17:47:15.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.'
-2024-09-20 17:47:15.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.)
-2024-09-20 17:47:15.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.265 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6812d4eb)
-2024-09-20 17:47:15.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.267 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.267 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'servletClass'
-2024-09-20 17:47:15.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=servletClass)
-2024-09-20 17:47:15.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.'
-2024-09-20 17:47:15.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.)
-2024-09-20 17:47:15.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.270 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3188cf3)
-2024-09-20 17:47:15.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.273 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.273 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'singleThreadModel'
-2024-09-20 17:47:15.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=singleThreadModel)
-2024-09-20 17:47:15.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this servlet implement the SingleThreadModel interface?'
-2024-09-20 17:47:15.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this servlet implement the SingleThreadModel interface?)
-2024-09-20 17:47:15.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Boolean'
-2024-09-20 17:47:15.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Boolean)
-2024-09-20 17:47:15.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:15.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:15.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.278 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22550dde)
-2024-09-20 17:47:15.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.281 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@557e6a4e)
-2024-09-20 17:47:15.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.283 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.283 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addInitParameter'
-2024-09-20 17:47:15.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addInitParameter)
-2024-09-20 17:47:15.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper'
-2024-09-20 17:47:15.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper)
-2024-09-20 17:47:15.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.286 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.286 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of this initialization parameter to add'
-2024-09-20 17:47:15.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of this initialization parameter to add)
-2024-09-20 17:47:15.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.287 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2b355986)
-2024-09-20 17:47:15.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of this initialization parameter to add'
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of this initialization parameter to add)
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c8d2707)
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66bcecb5)
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.293 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.293 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.293 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
-2024-09-20 17:47:15.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
-2024-09-20 17:47:15.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Wrapper'
-2024-09-20 17:47:15.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Wrapper)
-2024-09-20 17:47:15.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.295 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.295 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4036d636)
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@41ce5edf)
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMapping'
-2024-09-20 17:47:15.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMapping)
-2024-09-20 17:47:15.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a mapping associated with the Wrapper.'
-2024-09-20 17:47:15.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a mapping associated with the Wrapper.)
-2024-09-20 17:47:15.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping'
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping)
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The new wrapper mapping'
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The new wrapper mapping)
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@447eecfe)
-2024-09-20 17:47:15.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@45266980)
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityReference'
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityReference)
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role reference record to the set of records for this servlet.'
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role reference record to the set of records for this servlet.)
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within this servlet'
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within this servlet)
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@33d78074)
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.307 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link'
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link)
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within the web application'
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within the web application)
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.309 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5c1877)
-2024-09-20 17:47:15.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.310 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.310 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:15.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@33760d9e)
-2024-09-20 17:47:15.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper'
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper)
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.314 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@456a1819)
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4a31f4e0)
-2024-09-20 17:47:15.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.317 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.317 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameter'
-2024-09-20 17:47:15.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameter)
-2024-09-20 17:47:15.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value of an initialization parameter'
-2024-09-20 17:47:15.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value of an initialization parameter)
-2024-09-20 17:47:15.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:15.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:15.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.320 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.321 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The name of the initialization parameter'
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The name of the initialization parameter)
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2acec271)
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@29d7204b)
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameters'
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameters)
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined initialization parameters for this servlet.'
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined initialization parameters for this servlet.)
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3ce85fb8)
-2024-09-20 17:47:15.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.327 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.327 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappings'
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappings)
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the mappings associated with this wrapper'
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the mappings associated with this wrapper)
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:15.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@79bb2a31)
-2024-09-20 17:47:15.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.331 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.331 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappingObject'
-2024-09-20 17:47:15.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappingObject)
-2024-09-20 17:47:15.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return an object which may be utilized for mapping to this component'
-2024-09-20 17:47:15.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return an object which may be utilized for mapping to this component)
-2024-09-20 17:47:15.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.catalina.Wrapper'
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.catalina.Wrapper)
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@253ab23d)
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.334 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.335 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.336 INFO 22604 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2024-09-20 17:47:15.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReference'
-2024-09-20 17:47:15.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReference)
-2024-09-20 17:47:15.336 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'shiroFilterFactoryBean' via factory method to bean named 'securityManager'
-2024-09-20 17:47:15.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security role link for the specified security role reference name.'
-2024-09-20 17:47:15.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security role link for the specified security role reference name.)
-2024-09-20 17:47:15.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:15.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:15.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.338 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.338 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role reference used within this servlet'
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role reference used within this servlet)
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.340 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@357f1ba9)
-2024-09-20 17:47:15.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.342 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.343 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.344 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.344 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b948721)
-2024-09-20 17:47:15.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.346 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.347 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReferences'
-2024-09-20 17:47:15.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReferences)
-2024-09-20 17:47:15.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security role reference names associated with this servlet'
-2024-09-20 17:47:15.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security role reference names associated with this servlet)
-2024-09-20 17:47:15.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:15.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:15.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
-2024-09-20 17:47:15.350 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment'
-2024-09-20 17:47:15.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.350 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.350 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.353 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceInitializerPostProcessor'
-2024-09-20 17:47:15.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6bdec6c0)
-2024-09-20 17:47:15.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.355 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.355 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.355 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
-2024-09-20 17:47:15.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeInitParameter'
-2024-09-20 17:47:15.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeInitParameter)
-2024-09-20 17:47:15.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified initialization parameter from this servlet.'
-2024-09-20 17:47:15.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified initialization parameter from this servlet.)
-2024-09-20 17:47:15.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.359 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.359 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the initialization parameter to remove'
-2024-09-20 17:47:15.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the initialization parameter to remove)
-2024-09-20 17:47:15.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.363 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1b852adc)
-2024-09-20 17:47:15.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.366 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.366 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@566ad856)
-2024-09-20 17:47:15.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.370 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.370 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.371 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
-2024-09-20 17:47:15.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
-2024-09-20 17:47:15.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Wrapper'
-2024-09-20 17:47:15.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Wrapper)
-2024-09-20 17:47:15.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.375 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.375 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
-2024-09-20 17:47:15.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
-2024-09-20 17:47:15.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
-2024-09-20 17:47:15.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
-2024-09-20 17:47:15.379 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
-2024-09-20 17:47:15.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.380 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.380 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
-2024-09-20 17:47:15.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3928f035)
-2024-09-20 17:47:15.382 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectMapperConfigurer'
-2024-09-20 17:47:15.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.383 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.384 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.386 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authorizationAttributeSourceAdvisor'
-2024-09-20 17:47:15.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@24ddc916)
-2024-09-20 17:47:15.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.388 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.388 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMapping'
-2024-09-20 17:47:15.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMapping)
-2024-09-20 17:47:15.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a mapping associated with the wrapper.'
-2024-09-20 17:47:15.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a mapping associated with the wrapper.)
-2024-09-20 17:47:15.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.389 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'authorizationAttributeSourceAdvisor' via factory method to bean named 'securityManager'
-2024-09-20 17:47:15.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.391 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.391 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping'
-2024-09-20 17:47:15.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping)
-2024-09-20 17:47:15.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The pattern to remove'
-2024-09-20 17:47:15.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The pattern to remove)
-2024-09-20 17:47:15.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.395 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@163cc49b)
-2024-09-20 17:47:15.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.398 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.399 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@16941662)
-2024-09-20 17:47:15.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.408 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.408 INFO 22604 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2024-09-20 17:47:15.408 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityReference'
-2024-09-20 17:47:15.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityReference)
-2024-09-20 17:47:15.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified role name.'
-2024-09-20 17:47:15.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified role name.)
-2024-09-20 17:47:15.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.411 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
-2024-09-20 17:47:15.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.412 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
-2024-09-20 17:47:15.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.412 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.414 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:15.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:15.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used within this servlet to be removed'
-2024-09-20 17:47:15.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used within this servlet to be removed)
-2024-09-20 17:47:15.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.417 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@68c3f5dd)
-2024-09-20 17:47:15.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.421 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.421 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@221c14aa)
-2024-09-20 17:47:15.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.424 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.424 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
-2024-09-20 17:47:15.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
-2024-09-20 17:47:15.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Wrapper'
-2024-09-20 17:47:15.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Wrapper)
-2024-09-20 17:47:15.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.426 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.427 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.427 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
-2024-09-20 17:47:15.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
-2024-09-20 17:47:15.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
-2024-09-20 17:47:15.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
-2024-09-20 17:47:15.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.430 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.430 DEBUG 22604 --- [main] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object com.yf.exam.aspect.DictAspect.doAround(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable
-2024-09-20 17:47:15.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5274146e)
-2024-09-20 17:47:15.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.431 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.431 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@64653f44)
-2024-09-20 17:47:15.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.434 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.434 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapper, className=org.apache.catalina.mbeans.ContainerMBean, description=Wrapper that represents an individual servlet definition, group=Wrapper, type=org.apache.catalina.core.StandardWrapper])
-2024-09-20 17:47:15.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.438 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.438 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapperValve'
-2024-09-20 17:47:15.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapperValve)
-2024-09-20 17:47:15.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardWrapper container implementation'
-2024-09-20 17:47:15.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardWrapper container implementation)
-2024-09-20 17:47:15.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:15.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:15.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapperValve'
-2024-09-20 17:47:15.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapperValve)
-2024-09-20 17:47:15.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.442 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.442 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:15.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:15.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
-2024-09-20 17:47:15.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
-2024-09-20 17:47:15.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.447 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@137f4308)
-2024-09-20 17:47:15.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.448 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.448 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:15.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5104bc89)
-2024-09-20 17:47:15.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.452 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.453 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.457 INFO 22604 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d0700429] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2024-09-20 17:47:15.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.457 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@232115a3)
-2024-09-20 17:47:15.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.461 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.461 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapperValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardWrapper container implementation, group=Valve, type=org.apache.catalina.core.StandardWrapperValve])
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:15.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:15.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:15.465 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:15.465 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/mbeans-descriptors.xml
-2024-09-20 17:47:15.466 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@6ef3919c)
-2024-09-20 17:47:15.466 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:15.466 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:15.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:15.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:15.467 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.467 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Group'
-2024-09-20 17:47:15.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Group)
-2024-09-20 17:47:15.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.GroupMBean'
-2024-09-20 17:47:15.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.GroupMBean)
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Group from a user database'
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Group from a user database)
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Group'
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Group)
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Group'
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Group)
-2024-09-20 17:47:15.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.470 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.470 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this group'
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this group)
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77df849)
-2024-09-20 17:47:15.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.473 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.474 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groupname'
-2024-09-20 17:47:15.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groupname)
-2024-09-20 17:47:15.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Group name of this group'
-2024-09-20 17:47:15.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Group name of this group)
-2024-09-20 17:47:15.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.476 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7369fcdb)
-2024-09-20 17:47:15.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.478 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.478 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
-2024-09-20 17:47:15.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
-2024-09-20 17:47:15.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this group'
-2024-09-20 17:47:15.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this group)
-2024-09-20 17:47:15.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.482 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58ce7318)
-2024-09-20 17:47:15.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users'
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users)
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of user members of this group'
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of user members of this group)
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a4376ec)
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole'
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole)
-2024-09-20 17:47:15.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this group'
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this group)
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added'
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added)
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@42946c5d)
-2024-09-20 17:47:15.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.491 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.491 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e27dff0)
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.493 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.493 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this group'
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this group)
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.495 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.495 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed'
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed)
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@555a259f)
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@641fddce)
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles'
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles)
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this group'
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this group)
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@588a394)
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Group, className=org.apache.catalina.mbeans.GroupMBean, description=Group from a user database, group=Group, type=org.apache.catalina.Group])
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.501 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.502 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Role'
-2024-09-20 17:47:15.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Role)
-2024-09-20 17:47:15.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.RoleMBean'
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.RoleMBean)
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Security role from a user database'
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Security role from a user database)
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Role'
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Role)
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Role'
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Role)
-2024-09-20 17:47:15.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this role'
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this role)
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.505 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4590248a)
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rolename'
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rolename)
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Role name of this role'
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Role name of this role)
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41e2977a)
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
- '
-2024-09-20 17:47:15.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Role, className=org.apache.catalina.mbeans.RoleMBean, description=Security role from a user database, group=Role, type=org.apache.catalina.Role])
-2024-09-20 17:47:15.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.511 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.511 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'User'
-2024-09-20 17:47:15.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=User)
-2024-09-20 17:47:15.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.UserMBean'
-2024-09-20 17:47:15.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.UserMBean)
-2024-09-20 17:47:15.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'User from a user database'
-2024-09-20 17:47:15.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=User from a user database)
-2024-09-20 17:47:15.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
-2024-09-20 17:47:15.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
-2024-09-20 17:47:15.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'User'
-2024-09-20 17:47:15.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=User)
-2024-09-20 17:47:15.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.User'
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.User)
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fullName'
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fullName)
-2024-09-20 17:47:15.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Full name of this user'
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Full name of this user)
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b89d325)
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups'
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups)
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of groups this user is a member of'
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of groups this user is a member of)
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b5d4fc3)
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.518 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'password'
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=password)
-2024-09-20 17:47:15.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Password of this user'
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Password of this user)
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5fad8c56)
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this user'
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this user)
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a21999e)
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'username'
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=username)
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'User name of this user'
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=User name of this user)
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f246304)
-2024-09-20 17:47:15.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.526 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addGroup'
-2024-09-20 17:47:15.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addGroup)
-2024-09-20 17:47:15.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new group membership for this user'
-2024-09-20 17:47:15.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new group membership for this user)
-2024-09-20 17:47:15.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.530 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.530 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.530 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionAttributeSource'
-2024-09-20 17:47:15.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
-2024-09-20 17:47:15.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
-2024-09-20 17:47:15.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group'
-2024-09-20 17:47:15.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group)
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6ef60474)
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d0afac0)
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.534 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.534 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole'
-2024-09-20 17:47:15.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole)
-2024-09-20 17:47:15.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this user'
-2024-09-20 17:47:15.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this user)
-2024-09-20 17:47:15.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.536 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionInterceptor'
-2024-09-20 17:47:15.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.537 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.537 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:15.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:15.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added'
-2024-09-20 17:47:15.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added)
-2024-09-20 17:47:15.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.540 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5b617596)
-2024-09-20 17:47:15.542 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shiroFilterFactoryBean'
-2024-09-20 17:47:15.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.543 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.544 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@67e111bd)
-2024-09-20 17:47:15.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.547 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.548 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.549 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
-2024-09-20 17:47:15.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup'
-2024-09-20 17:47:15.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup)
-2024-09-20 17:47:15.550 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
-2024-09-20 17:47:15.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old group membership for this user'
-2024-09-20 17:47:15.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old group membership for this user)
-2024-09-20 17:47:15.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.551 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shiroEventBusAwareBeanPostProcessor'
-2024-09-20 17:47:15.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.551 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration'
-2024-09-20 17:47:15.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.552 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.552 INFO 22604 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$e388e1d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2024-09-20 17:47:15.552 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
-2024-09-20 17:47:15.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
-2024-09-20 17:47:15.555 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the old group'
-2024-09-20 17:47:15.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the old group)
-2024-09-20 17:47:15.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.557 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.557 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.558 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'eventBus'
-2024-09-20 17:47:15.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@39ea6c91)
-2024-09-20 17:47:15.558 INFO 22604 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2024-09-20 17:47:15.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.558 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.559 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.559 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.559 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.559 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.559 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@333c5d96)
-2024-09-20 17:47:15.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.563 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.563 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.563 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.563 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.564 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroups'
-2024-09-20 17:47:15.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroups)
-2024-09-20 17:47:15.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all group memberships for this user'
-2024-09-20 17:47:15.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all group memberships for this user)
-2024-09-20 17:47:15.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.566 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.566 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.567 DEBUG 22604 --- [main] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@35293c05]
-2024-09-20 17:47:15.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@632143a2)
-2024-09-20 17:47:15.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.568 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
-2024-09-20 17:47:15.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.568 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.568 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
-2024-09-20 17:47:15.568 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this user'
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this user)
-2024-09-20 17:47:15.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.570 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.571 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.571 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
-2024-09-20 17:47:15.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
-2024-09-20 17:47:15.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed'
-2024-09-20 17:47:15.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed)
-2024-09-20 17:47:15.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.575 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.575 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@c22da82)
-2024-09-20 17:47:15.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.579 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.579 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6646b173)
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.580 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles'
-2024-09-20 17:47:15.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles)
-2024-09-20 17:47:15.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this user'
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this user)
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37c790c0)
-2024-09-20 17:47:15.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.584 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.584 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=User, className=org.apache.catalina.mbeans.UserMBean, description=User from a user database, group=User, type=org.apache.catalina.User])
-2024-09-20 17:47:15.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.586 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:15.587 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:15.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:15.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:15.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:15.587 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:15.588 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/deploy/mbeans-descriptors.xml
-2024-09-20 17:47:15.589 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@5e92e9c9)
-2024-09-20 17:47:15.589 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:15.589 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:15.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:15.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:15.590 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.590 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingResourcesImpl'
-2024-09-20 17:47:15.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingResourcesImpl)
-2024-09-20 17:47:15.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.NamingResourcesMBean'
-2024-09-20 17:47:15.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.NamingResourcesMBean)
-2024-09-20 17:47:15.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context'
-2024-09-20 17:47:15.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context)
-2024-09-20 17:47:15.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
-2024-09-20 17:47:15.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
-2024-09-20 17:47:15.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.deploy.NamingResourcesImpl'
-2024-09-20 17:47:15.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.deploy.NamingResourcesImpl)
-2024-09-20 17:47:15.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.592 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.593 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'container'
-2024-09-20 17:47:15.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=container)
-2024-09-20 17:47:15.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The container with which the naming resources are associated.'
-2024-09-20 17:47:15.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The container with which the naming resources are associated.)
-2024-09-20 17:47:15.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
-2024-09-20 17:47:15.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
-2024-09-20 17:47:15.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@447ece53)
-2024-09-20 17:47:15.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.597 DEBUG 22604 --- [main] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library could not be found using names [tcnative-1, libtcnative-1] on the java.library.path [C:\Program Files (x86)\Java\jdk-11.0.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Java\jdk-11.0.0.1\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Azure Data Studio\bin;C:\malatb2024\bin;C:\Program Files\MATLAB\R2018b\bin;C:\Program Files\Git\cmd;S:\nodejs\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\\AppData\Local\Microsoft\WindowsApps;C:\Ϸļ\QQGameTempest\Hall.57938\;C:\Program Files\Azure Data Studio\bin;S:\intellij idea\IntelliJ IDEA 2023.3.6\bin;;S:\intellij\IntelliJ IDEA Community Edition 2024.2.1\bin;;C:\Users\\AppData\Roaming\npm;.]. The errors reported were [Can't load library: S:\yfexam-exam-main\docs\а\bin\tcnative-1.dll, Can't load library: S:\yfexam-exam-main\docs\а\bin\libtcnative-1.dll, no tcnative-1 in java.library.path: [C:\Program Files (x86)\Java\jdk-11.0.0.1\bin, C:\WINDOWS\Sun\Java\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\Program Files (x86)\Java\jdk-11.0.0.1\bin, C:\Program Files (x86)\Common Files\Oracle\Java\javapath, C:\Program Files (x86)\VMware\VMware Workstation\bin\, C:\windows\system32, C:\windows, C:\windows\System32\Wbem, C:\windows\System32\WindowsPowerShell\v1.0\, C:\windows\System32\OpenSSH\, C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common, C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0\, C:\WINDOWS\System32\OpenSSH\, C:\Program Files\Azure Data Studio\bin, C:\malatb2024\bin, C:\Program Files\MATLAB\R2018b\bin, C:\Program Files\Git\cmd, S:\nodejs\, C:\Program Files\MySQL\MySQL Shell 8.0\bin\, C:\Users\\AppData\Local\Microsoft\WindowsApps, C:\Ϸļ\QQGameTempest\Hall.57938\, C:\Program Files\Azure Data Studio\bin, S:\intellij idea\IntelliJ IDEA 2023.3.6\bin, ., S:\intellij\IntelliJ IDEA Community Edition 2024.2.1\bin, ., C:\Users\\AppData\Roaming\npm, .], no libtcnative-1 in java.library.path: [C:\Program Files (x86)\Java\jdk-11.0.0.1\bin, C:\WINDOWS\Sun\Java\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\Program Files (x86)\Java\jdk-11.0.0.1\bin, C:\Program Files (x86)\Common Files\Oracle\Java\javapath, C:\Program Files (x86)\VMware\VMware Workstation\bin\, C:\windows\system32, C:\windows, C:\windows\System32\Wbem, C:\windows\System32\WindowsPowerShell\v1.0\, C:\windows\System32\OpenSSH\, C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common, C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0\, C:\WINDOWS\System32\OpenSSH\, C:\Program Files\Azure Data Studio\bin, C:\malatb2024\bin, C:\Program Files\MATLAB\R2018b\bin, C:\Program Files\Git\cmd, S:\nodejs\, C:\Program Files\MySQL\MySQL Shell 8.0\bin\, C:\Users\\AppData\Local\Microsoft\WindowsApps, C:\Ϸļ\QQGameTempest\Hall.57938\, C:\Program Files\Azure Data Studio\bin, S:\intellij idea\IntelliJ IDEA 2023.3.6\bin, ., S:\intellij\IntelliJ IDEA Community Edition 2024.2.1\bin, ., C:\Users\\AppData\Roaming\npm, .]]
-
-org.apache.tomcat.jni.LibraryNotFoundError: Can't load library: S:\yfexam-exam-main\docs\а\bin\tcnative-1.dll, Can't load library: S:\yfexam-exam-main\docs\а\bin\libtcnative-1.dll, no tcnative-1 in java.library.path: [C:\Program Files (x86)\Java\jdk-11.0.0.1\bin, C:\WINDOWS\Sun\Java\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\Program Files (x86)\Java\jdk-11.0.0.1\bin, C:\Program Files (x86)\Common Files\Oracle\Java\javapath, C:\Program Files (x86)\VMware\VMware Workstation\bin\, C:\windows\system32, C:\windows, C:\windows\System32\Wbem, C:\windows\System32\WindowsPowerShell\v1.0\, C:\windows\System32\OpenSSH\, C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common, C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0\, C:\WINDOWS\System32\OpenSSH\, C:\Program Files\Azure Data Studio\bin, C:\malatb2024\bin, C:\Program Files\MATLAB\R2018b\bin, C:\Program Files\Git\cmd, S:\nodejs\, C:\Program Files\MySQL\MySQL Shell 8.0\bin\, C:\Users\\AppData\Local\Microsoft\WindowsApps, C:\Ϸļ\QQGameTempest\Hall.57938\, C:\Program Files\Azure Data Studio\bin, S:\intellij idea\IntelliJ IDEA 2023.3.6\bin, ., S:\intellij\IntelliJ IDEA Community Edition 2024.2.1\bin, ., C:\Users\\AppData\Roaming\npm, .], no libtcnative-1 in java.library.path: [C:\Program Files (x86)\Java\jdk-11.0.0.1\bin, C:\WINDOWS\Sun\Java\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\Program Files (x86)\Java\jdk-11.0.0.1\bin, C:\Program Files (x86)\Common Files\Oracle\Java\javapath, C:\Program Files (x86)\VMware\VMware Workstation\bin\, C:\windows\system32, C:\windows, C:\windows\System32\Wbem, C:\windows\System32\WindowsPowerShell\v1.0\, C:\windows\System32\OpenSSH\, C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common, C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0\, C:\WINDOWS\System32\OpenSSH\, C:\Program Files\Azure Data Studio\bin, C:\malatb2024\bin, C:\Program Files\MATLAB\R2018b\bin, C:\Program Files\Git\cmd, S:\nodejs\, C:\Program Files\MySQL\MySQL Shell 8.0\bin\, C:\Users\\AppData\Local\Microsoft\WindowsApps, C:\Ϸļ\QQGameTempest\Hall.57938\, C:\Program Files\Azure Data Studio\bin, S:\intellij idea\IntelliJ IDEA 2023.3.6\bin, ., S:\intellij\IntelliJ IDEA Community Edition 2024.2.1\bin, ., C:\Users\\AppData\Roaming\npm, .]
- at org.apache.tomcat.jni.Library.(Library.java:102) ~[tomcat-embed-core-9.0.17.jar!/:9.0.17]
- at org.apache.tomcat.jni.Library.initialize(Library.java:206) ~[tomcat-embed-core-9.0.17.jar!/:9.0.17]
- at org.apache.catalina.core.AprLifecycleListener.init(AprLifecycleListener.java:198) ~[tomcat-embed-core-9.0.17.jar!/:9.0.17]
- at org.apache.catalina.core.AprLifecycleListener.isAprAvailable(AprLifecycleListener.java:107) ~[tomcat-embed-core-9.0.17.jar!/:9.0.17]
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getDefaultLifecycleListeners(TomcatServletWebServerFactory.java:159) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.(TomcatServletWebServerFactory.java:114) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat.tomcatServletWebServerFactory(ServletWebServerFactoryConfiguration.java:62) ~[spring-boot-autoconfigure-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$3af27613.CGLIB$tomcatServletWebServerFactory$0() ~[spring-boot-autoconfigure-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$3af27613$$FastClassBySpringCGLIB$$3a5925cf.invoke() ~[spring-boot-autoconfigure-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:363) ~[spring-context-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$3af27613.tomcatServletWebServerFactory() ~[spring-boot-autoconfigure-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
- at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:622) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:456) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204) ~[spring-beans-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getWebServerFactory(ServletWebServerApplicationContext.java:216) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:180) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:154) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-5.1.6.RELEASE.jar!/:5.1.6.RELEASE]
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) ~[spring-boot-2.1.4.RELEASE.jar!/:2.1.4.RELEASE]
- at com.yf.exam.ExamApplication.main(ExamApplication.java:27) ~[classes!/:1.0]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
- at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
- at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) ~[exam-api.jar:1.0]
- at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) ~[exam-api.jar:1.0]
- at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) ~[exam-api.jar:1.0]
- at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) ~[exam-api.jar:1.0]
-
-2024-09-20 17:47:15.598 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'environments'
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=environments)
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of the set of defined environment entries for this web application'
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of the set of defined environment entries for this web application)
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17603286)
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.602 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.602 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resources'
-2024-09-20 17:47:15.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resources)
-2024-09-20 17:47:15.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource references for this application.'
-2024-09-20 17:47:15.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource references for this application.)
-2024-09-20 17:47:15.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1caae13a)
-2024-09-20 17:47:15.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.606 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.606 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.606 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.607 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceLinks'
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceLinks)
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource link references for this application.'
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource link references for this application.)
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.607 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.608 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@553f8fc7)
-2024-09-20 17:47:15.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.609 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.610 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addEnvironment'
-2024-09-20 17:47:15.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addEnvironment)
-2024-09-20 17:47:15.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an environment entry for this web application'
-2024-09-20 17:47:15.611 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
-2024-09-20 17:47:15.611 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
-2024-09-20 17:47:15.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an environment entry for this web application)
-2024-09-20 17:47:15.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.613 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.613 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.613 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName'
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName)
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry name'
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry name)
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.616 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6701cf65)
-2024-09-20 17:47:15.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.618 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.618 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:15.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:15.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry type'
-2024-09-20 17:47:15.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry type)
-2024-09-20 17:47:15.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.622 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@71e32501)
-2024-09-20 17:47:15.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.624 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.625 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.625 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
-2024-09-20 17:47:15.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
-2024-09-20 17:47:15.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry value'
-2024-09-20 17:47:15.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry value)
-2024-09-20 17:47:15.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.629 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.629 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3a8ba936)
-2024-09-20 17:47:15.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.632 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.632 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:15.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.633 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
-2024-09-20 17:47:15.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@13e35817)
-2024-09-20 17:47:15.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.635 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.637 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResource'
-2024-09-20 17:47:15.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResource)
-2024-09-20 17:47:15.639 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
-2024-09-20 17:47:15.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource reference for this web application'
-2024-09-20 17:47:15.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource reference for this web application)
-2024-09-20 17:47:15.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.640 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
-2024-09-20 17:47:15.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.641 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.641 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
-2024-09-20 17:47:15.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
-2024-09-20 17:47:15.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name'
-2024-09-20 17:47:15.643 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name)
-2024-09-20 17:47:15.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.644 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
-2024-09-20 17:47:15.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.645 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
-2024-09-20 17:47:15.645 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.645 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7a70c7e9)
-2024-09-20 17:47:15.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.648 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
-2024-09-20 17:47:15.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.648 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
-2024-09-20 17:47:15.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.648 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.649 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:15.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:15.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type'
-2024-09-20 17:47:15.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type)
-2024-09-20 17:47:15.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.652 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.652 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@12533e8b)
-2024-09-20 17:47:15.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.655 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.655 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:15.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.656 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
-2024-09-20 17:47:15.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.657 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
-2024-09-20 17:47:15.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@75f6e7ee)
-2024-09-20 17:47:15.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.658 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$a3c4bacb] - unable to determine constructor/method parameter names
-2024-09-20 17:47:15.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.658 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.659 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.660 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.660 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.660 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
-2024-09-20 17:47:15.660 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResourceLink'
-2024-09-20 17:47:15.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResourceLink)
-2024-09-20 17:47:15.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource link reference for this web application'
-2024-09-20 17:47:15.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource link reference for this web application)
-2024-09-20 17:47:15.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.663 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
-2024-09-20 17:47:15.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.663 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.663 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName'
-2024-09-20 17:47:15.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName)
-2024-09-20 17:47:15.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name'
-2024-09-20 17:47:15.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name)
-2024-09-20 17:47:15.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.666 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.667 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.667 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.667 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.669 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7cdc2aa7)
-2024-09-20 17:47:15.669 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.669 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.670 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.670 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.670 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.670 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.670 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.670 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.670 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
-2024-09-20 17:47:15.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
-2024-09-20 17:47:15.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type'
-2024-09-20 17:47:15.672 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type)
-2024-09-20 17:47:15.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.673 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@efe55a)
-2024-09-20 17:47:15.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.675 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.676 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.676 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:15.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@bc324aa)
-2024-09-20 17:47:15.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.679 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.679 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.679 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.680 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeEnvironment'
-2024-09-20 17:47:15.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeEnvironment)
-2024-09-20 17:47:15.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any environment entry with the specified name'
-2024-09-20 17:47:15.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any environment entry with the specified name)
-2024-09-20 17:47:15.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.682 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.682 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName'
-2024-09-20 17:47:15.684 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName)
-2024-09-20 17:47:15.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the environment entry to remove'
-2024-09-20 17:47:15.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the environment entry to remove)
-2024-09-20 17:47:15.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.686 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.689 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer'
-2024-09-20 17:47:15.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@49c86bab)
-2024-09-20 17:47:15.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.689 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
-2024-09-20 17:47:15.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.690 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.690 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$fc1c09ae] - unable to determine constructor/method parameter names
-2024-09-20 17:47:15.690 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@54dcf927)
-2024-09-20 17:47:15.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.692 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration'
-2024-09-20 17:47:15.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.693 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
-2024-09-20 17:47:15.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.693 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.693 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.694 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$82772899] - unable to determine constructor/method parameter names
-2024-09-20 17:47:15.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.695 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResource'
-2024-09-20 17:47:15.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResource)
-2024-09-20 17:47:15.696 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
-2024-09-20 17:47:15.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource reference with the specified name'
-2024-09-20 17:47:15.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource reference with the specified name)
-2024-09-20 17:47:15.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.697 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.697 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
-2024-09-20 17:47:15.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
-2024-09-20 17:47:15.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove'
-2024-09-20 17:47:15.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove)
-2024-09-20 17:47:15.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.700 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
-2024-09-20 17:47:15.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.700 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.701 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.701 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement'
-2024-09-20 17:47:15.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.701 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfig'
-2024-09-20 17:47:15.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.702 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2b6613d3)
-2024-09-20 17:47:15.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.704 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.704 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@39129461)
-2024-09-20 17:47:15.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.706 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.706 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet'
-2024-09-20 17:47:15.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.707 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
-2024-09-20 17:47:15.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.707 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.707 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.707 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$206f93f2] - unable to determine constructor/method parameter names
-2024-09-20 17:47:15.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResourceLink'
-2024-09-20 17:47:15.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResourceLink)
-2024-09-20 17:47:15.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource link reference with the specified name'
-2024-09-20 17:47:15.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource link reference with the specified name)
-2024-09-20 17:47:15.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.711 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.711 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:15.711 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
-2024-09-20 17:47:15.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.711 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
-2024-09-20 17:47:15.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:15.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName'
-2024-09-20 17:47:15.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName)
-2024-09-20 17:47:15.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove'
-2024-09-20 17:47:15.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove)
-2024-09-20 17:47:15.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:15.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.714 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:15.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:15.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:15.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@338d35db)
-2024-09-20 17:47:15.716 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:15.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:15.718 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.719 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:15.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@abe74c)
-2024-09-20 17:47:15.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.722 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.722 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.722 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingResourcesImpl, className=org.apache.catalina.mbeans.NamingResourcesMBean, description=Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context, group=Resources, type=org.apache.catalina.deploy.NamingResourcesImpl])
-2024-09-20 17:47:15.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.724 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
-)
-2024-09-20 17:47:15.724 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:15.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:15.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-'
-2024-09-20 17:47:15.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:15.725 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:15.726 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/loader/mbeans-descriptors.xml
-2024-09-20 17:47:15.726 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@1bc89401)
-2024-09-20 17:47:15.727 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:15.727 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:15.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:15.728 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:15.728 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.728 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.730 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.730 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.730 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappLoader'
-2024-09-20 17:47:15.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappLoader)
-2024-09-20 17:47:15.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications'
-2024-09-20 17:47:15.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications)
-2024-09-20 17:47:15.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
-2024-09-20 17:47:15.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
-2024-09-20 17:47:15.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappLoader'
-2024-09-20 17:47:15.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappLoader)
-2024-09-20 17:47:15.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.734 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.734 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:15.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:15.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:15.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:15.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.738 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.738 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36d4aa85)
-2024-09-20 17:47:15.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.742 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.742 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.743 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.743 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.743 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.743 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
-2024-09-20 17:47:15.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
-2024-09-20 17:47:15.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
-2024-09-20 17:47:15.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-2024-09-20 17:47:15.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.746 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6cad6269)
-2024-09-20 17:47:15.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.750 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.750 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable'
-2024-09-20 17:47:15.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable)
-2024-09-20 17:47:15.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this Loader'
-2024-09-20 17:47:15.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this Loader)
-2024-09-20 17:47:15.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.754 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33637937)
-2024-09-20 17:47:15.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.757 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.757 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.759 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.761 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
-2024-09-20 17:47:15.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.762 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6cd48bc6)
-2024-09-20 17:47:15.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.765 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.765 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.765 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.766 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositories'
-2024-09-20 17:47:15.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositories)
-2024-09-20 17:47:15.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader'
-2024-09-20 17:47:15.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader)
-2024-09-20 17:47:15.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:15.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:15.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.770 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.770 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.770 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fc7945b)
-2024-09-20 17:47:15.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.774 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.775 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.776 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositoriesString'
-2024-09-20 17:47:15.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositoriesString)
-2024-09-20 17:47:15.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader'
-2024-09-20 17:47:15.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader)
-2024-09-20 17:47:15.778 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
-2024-09-20 17:47:15.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.778 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'dispatcherServletRegistration'
-2024-09-20 17:47:15.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.779 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.780 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver'
-2024-09-20 17:47:15.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.781 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
-2024-09-20 17:47:15.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@787e0fe0)
-2024-09-20 17:47:15.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.782 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$10b0de4e] - unable to determine constructor/method parameter names
-2024-09-20 17:47:15.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.783 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.783 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.784 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'toString'
-2024-09-20 17:47:15.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=toString)
-2024-09-20 17:47:15.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Info about the loader'
-2024-09-20 17:47:15.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Info about the loader)
-2024-09-20 17:47:15.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:15.786 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
-2024-09-20 17:47:15.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:15.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'String'
-2024-09-20 17:47:15.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=String)
-2024-09-20 17:47:15.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.788 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.788 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:15.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50fc6b19)
-2024-09-20 17:47:15.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.791 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.792 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.792 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd'
-2024-09-20 17:47:15.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.793 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
-2024-09-20 17:47:15.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappLoader])
-2024-09-20 17:47:15.794 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.796 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:15.796 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappClassLoader'
-2024-09-20 17:47:15.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappClassLoader)
-2024-09-20 17:47:15.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications'
-2024-09-20 17:47:15.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications)
-2024-09-20 17:47:15.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
-2024-09-20 17:47:15.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
-2024-09-20 17:47:15.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappClassLoader'
-2024-09-20 17:47:15.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappClassLoader)
-2024-09-20 17:47:15.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.801 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.802 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:15.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:15.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:15.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:15.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.806 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@183e507b)
-2024-09-20 17:47:15.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.808 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.808 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName'
-2024-09-20 17:47:15.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName)
-2024-09-20 17:47:15.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context'
-2024-09-20 17:47:15.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context)
-2024-09-20 17:47:15.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.814 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b187a6b)
-2024-09-20 17:47:15.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.817 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.817 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.817 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
-2024-09-20 17:47:15.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
-2024-09-20 17:47:15.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
-2024-09-20 17:47:15.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-2024-09-20 17:47:15.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.821 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53917fe7)
-2024-09-20 17:47:15.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.824 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.825 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.830 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.830 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6086622f)
-2024-09-20 17:47:15.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.833 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.833 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs'
-2024-09-20 17:47:15.835 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs)
-2024-09-20 17:47:15.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader'
-2024-09-20 17:47:15.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader)
-2024-09-20 17:47:15.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;'
-2024-09-20 17:47:15.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;)
-2024-09-20 17:47:15.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.837 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ad15bcc)
-2024-09-20 17:47:15.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.841 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.841 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.841 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappClassLoader])
-2024-09-20 17:47:15.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.843 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:15.844 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ParallelWebappClassLoader'
-2024-09-20 17:47:15.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ParallelWebappClassLoader)
-2024-09-20 17:47:15.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel'
-2024-09-20 17:47:15.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel)
-2024-09-20 17:47:15.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
-2024-09-20 17:47:15.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
-2024-09-20 17:47:15.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.ParallelWebappClassLoader'
-2024-09-20 17:47:15.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.ParallelWebappClassLoader)
-2024-09-20 17:47:15.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.848 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.848 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.848 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:15.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:15.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:15.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:15.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.851 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1282a3df)
-2024-09-20 17:47:15.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.855 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.855 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName'
-2024-09-20 17:47:15.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName)
-2024-09-20 17:47:15.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context'
-2024-09-20 17:47:15.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context)
-2024-09-20 17:47:15.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.858 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ab4882f)
-2024-09-20 17:47:15.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.861 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.862 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
-2024-09-20 17:47:15.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
-2024-09-20 17:47:15.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
-2024-09-20 17:47:15.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
-2024-09-20 17:47:15.863 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.864 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19700c4c)
-2024-09-20 17:47:15.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.866 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.866 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.868 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@197f3b95)
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.871 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.871 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs'
-2024-09-20 17:47:15.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs)
-2024-09-20 17:47:15.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader'
-2024-09-20 17:47:15.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader)
-2024-09-20 17:47:15.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;'
-2024-09-20 17:47:15.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;)
-2024-09-20 17:47:15.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.874 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ee4ff3e)
-2024-09-20 17:47:15.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.875 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.876 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ParallelWebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel, group=Loader, type=org.apache.catalina.loader.ParallelWebappClassLoader])
-2024-09-20 17:47:15.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.878 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-)
-2024-09-20 17:47:15.878 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:15.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:15.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:15.879 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:15.879 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:15.879 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/realm/mbeans-descriptors.xml
-2024-09-20 17:47:15.879 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@70fff93d)
-2024-09-20 17:47:15.880 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:15.881 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:15.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:15.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:15.881 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.881 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.882 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol port=8101)
-2024-09-20 17:47:15.882 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DataSourceRealm'
-2024-09-20 17:47:15.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DataSourceRealm)
-2024-09-20 17:47:15.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
-2024-09-20 17:47:15.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
-2024-09-20 17:47:15.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JNDI configured DataSource'
-2024-09-20 17:47:15.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JNDI configured DataSource)
-2024-09-20 17:47:15.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
-2024-09-20 17:47:15.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
-2024-09-20 17:47:15.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.DataSourceRealm'
-2024-09-20 17:47:15.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.DataSourceRealm)
-2024-09-20 17:47:15.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.886 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.886 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
-2024-09-20 17:47:15.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
-2024-09-20 17:47:15.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
-2024-09-20 17:47:15.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
-2024-09-20 17:47:15.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.888 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69749902)
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.890 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:15.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:15.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:15.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:15.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.894 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@937a42a)
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.895 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'dataSourceName'
-2024-09-20 17:47:15.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=dataSourceName)
-2024-09-20 17:47:15.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI named JDBC DataSource for your database'
-2024-09-20 17:47:15.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI named JDBC DataSource for your database)
-2024-09-20 17:47:15.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.898 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.898 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3013a73d)
-2024-09-20 17:47:15.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.901 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.901 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localDataSource'
-2024-09-20 17:47:15.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localDataSource)
-2024-09-20 17:47:15.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Configures if the DataSource is local to the webapp'
-2024-09-20 17:47:15.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Configures if the DataSource is local to the webapp)
-2024-09-20 17:47:15.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.903 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f2a9613)
-2024-09-20 17:47:15.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.905 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.905 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
-2024-09-20 17:47:15.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
-2024-09-20 17:47:15.907 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
-2024-09-20 17:47:15.907 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
-2024-09-20 17:47:15.907 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.907 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.907 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.907 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.907 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@725bb47d)
-2024-09-20 17:47:15.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.909 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.909 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.911 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol'
-2024-09-20 17:47:15.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol)
-2024-09-20 17:47:15.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role'
-2024-09-20 17:47:15.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role)
-2024-09-20 17:47:15.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.913 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@467958e8)
-2024-09-20 17:47:15.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.914 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.914 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:15.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:15.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:15.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:15.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.918 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b7e3555)
-2024-09-20 17:47:15.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.920 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.920 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol'
-2024-09-20 17:47:15.921 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol)
-2024-09-20 17:47:15.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials'
-2024-09-20 17:47:15.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials)
-2024-09-20 17:47:15.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.924 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@fac27)
-2024-09-20 17:47:15.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.926 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.926 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol'
-2024-09-20 17:47:15.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol)
-2024-09-20 17:47:15.928 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username'
-2024-09-20 17:47:15.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username)
-2024-09-20 17:47:15.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.929 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f581807)
-2024-09-20 17:47:15.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable'
-2024-09-20 17:47:15.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable)
-2024-09-20 17:47:15.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles'
-2024-09-20 17:47:15.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles)
-2024-09-20 17:47:15.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.934 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@236abb1c)
-2024-09-20 17:47:15.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.936 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.937 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable'
-2024-09-20 17:47:15.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable)
-2024-09-20 17:47:15.938 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data'
-2024-09-20 17:47:15.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data)
-2024-09-20 17:47:15.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.940 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3924e6b9)
-2024-09-20 17:47:15.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.942 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.943 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
-2024-09-20 17:47:15.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
-2024-09-20 17:47:15.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
-2024-09-20 17:47:15.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
-2024-09-20 17:47:15.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:15.945 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:15.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.946 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44b71b2e)
-2024-09-20 17:47:15.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.950 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:15.950 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.950 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:15.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:15.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:15.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:15.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.954 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2bc0bb9f)
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:15.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:15.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:15.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:15.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.957 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d8457a0)
-2024-09-20 17:47:15.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.959 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.959 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:15.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:15.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:15.961 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:15.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.962 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@438b7387)
-2024-09-20 17:47:15.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.967 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:15.968 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:15.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:15.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:15.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:15.970 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol bindOnInit=false)
-2024-09-20 17:47:15.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:15.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:15.971 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint bindOnInit=false)
-2024-09-20 17:47:15.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:15.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:15.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:15.971 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:15.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.972 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:15.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:15.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:15.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3f996eb3)
-2024-09-20 17:47:15.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:15.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:15.975 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.975 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:15.975 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol maxPostSize=2097152)
-2024-09-20 17:47:15.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.975 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint maxPostSize=2097152)
-2024-09-20 17:47:15.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:15.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DataSourceRealm, className=org.apache.catalina.mbeans.ClassNameMBean, description=Implementation of Realm that works with any JNDI configured DataSource, group=Realm, type=org.apache.catalina.realm.DataSourceRealm])
-2024-09-20 17:47:15.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:15.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.978 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.978 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:15.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:15.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:15.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:15.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:15.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JAASRealm'
-2024-09-20 17:47:15.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JAASRealm)
-2024-09-20 17:47:15.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS)'
-2024-09-20 17:47:15.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS))
-2024-09-20 17:47:15.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:15.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:15.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
-2024-09-20 17:47:15.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
-2024-09-20 17:47:15.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JAASRealm'
-2024-09-20 17:47:15.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JAASRealm)
-2024-09-20 17:47:15.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:15.981 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.981 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
-2024-09-20 17:47:15.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
-2024-09-20 17:47:15.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
-2024-09-20 17:47:15.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
-2024-09-20 17:47:15.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.984 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11ab269c)
-2024-09-20 17:47:15.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.985 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.987 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appName'
-2024-09-20 17:47:15.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appName)
-2024-09-20 17:47:15.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules'
-2024-09-20 17:47:15.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules)
-2024-09-20 17:47:15.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.989 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e6d5a5e)
-2024-09-20 17:47:15.990 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.991 DEBUG 22604 --- [main] org.apache.catalina.core.ContainerBase : Add child StandardHost[localhost] StandardEngine[Tomcat]
-2024-09-20 17:47:15.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.991 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.991 DEBUG 22604 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: S:\yfexam-exam-main\docs\а\exam-api.jar
-2024-09-20 17:47:15.992 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.992 DEBUG 22604 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: S:\yfexam-exam-main\docs\а\exam-api.jar
-2024-09-20 17:47:15.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.992 DEBUG 22604 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
-2024-09-20 17:47:15.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:15.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:15.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:15.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:15.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:15.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:15.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.995 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:15.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76e20b5f)
-2024-09-20 17:47:15.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:15.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleClassNames'
-2024-09-20 17:47:15.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleClassNames)
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent security roles'
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent security roles)
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:15.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27a0fc6)
-2024-09-20 17:47:16.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.000 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.001 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.001 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
-2024-09-20 17:47:16.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
-2024-09-20 17:47:16.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
-2024-09-20 17:47:16.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
-2024-09-20 17:47:16.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.005 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a2d46d3)
-2024-09-20 17:47:16.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.007 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.007 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.008 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.010 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e965a62)
-2024-09-20 17:47:16.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.013 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.013 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.014 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userClassNames'
-2024-09-20 17:47:16.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userClassNames)
-2024-09-20 17:47:16.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent individual users'
-2024-09-20 17:47:16.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent individual users)
-2024-09-20 17:47:16.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.016 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.017 DEBUG 22604 --- [main] org.apache.catalina.core.ContainerBase : Add child StandardWrapper[default] TomcatEmbeddedContext[]
-2024-09-20 17:47:16.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28c8181c)
-2024-09-20 17:47:16.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.018 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.019 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.019 DEBUG 22604 --- [main] org.apache.catalina.core.ContainerBase : Add child TomcatEmbeddedContext[] StandardEngine[Tomcat].StandardHost[localhost]
-2024-09-20 17:47:16.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useContextClassLoader'
-2024-09-20 17:47:16.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useContextClassLoader)
-2024-09-20 17:47:16.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Sets whether to use the context or default ClassLoader.'
-2024-09-20 17:47:16.021 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Sets whether to use the context or default ClassLoader.)
-2024-09-20 17:47:16.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.024 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.025 INFO 22604 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8101 (http)
-2024-09-20 17:47:16.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a9e36fc)
-2024-09-20 17:47:16.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.027 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
-2024-09-20 17:47:16.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
-2024-09-20 17:47:16.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we validate client certificate chains when they are presented?'
-2024-09-20 17:47:16.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we validate client certificate chains when they are presented?)
-2024-09-20 17:47:16.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5aa5eca2)
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:16.031 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@261cf8de)
-2024-09-20 17:47:16.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.034 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.034 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:16.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:16.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.037 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4efc0cf9)
-2024-09-20 17:47:16.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:16.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@45deea0c)
-2024-09-20 17:47:16.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.042 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.042 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:16.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:16.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:16.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:16.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.045 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@30ebcee9)
-2024-09-20 17:47:16.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JAASRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS), group=Realm, type=org.apache.catalina.realm.JAASRealm])
-2024-09-20 17:47:16.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JDBCRealm'
-2024-09-20 17:47:16.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JDBCRealm)
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JDBC supported database'
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JDBC supported database)
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JDBCRealm'
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JDBCRealm)
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.049 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
-2024-09-20 17:47:16.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71f01a22)
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.052 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.052 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.053 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f455b21)
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName'
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName)
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username to use when trying to connect to the database'
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username to use when trying to connect to the database)
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.058 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Creating MBeanServer32
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6df9444f)
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.058 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Server
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.058 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.059 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardServer[-1] Tomcat:type=Server
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword'
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword)
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password to use when trying to connect to the database'
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password to use when trying to connect to the database)
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30b439f)
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.060 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=UtilityExecutor
-2024-09-20 17:47:16.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.060 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:16.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.061 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Introspecting
-2024-09-20 17:47:16.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL'
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL)
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL to use when trying to connect to the database'
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL to use when trying to connect to the database)
-2024-09-20 17:47:16.062 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.BlockingQueue java.util.concurrent.ScheduledThreadPoolExecutor.getQueue()
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.062 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void java.util.concurrent.ThreadPoolExecutor.setThreadFactory(java.util.concurrent.ThreadFactory) interface java.util.concurrent.ThreadFactory
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.062 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void java.util.concurrent.ThreadPoolExecutor.setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler) interface java.util.concurrent.RejectedExecutionHandler
-2024-09-20 17:47:16.062 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.ThreadFactory java.util.concurrent.ThreadPoolExecutor.getThreadFactory()
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.RejectedExecutionHandler java.util.concurrent.ThreadPoolExecutor.getRejectedExecutionHandler()
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute terminating public boolean java.util.concurrent.ThreadPoolExecutor.isTerminating() null
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute largestPoolSize public int java.util.concurrent.ThreadPoolExecutor.getLargestPoolSize() null
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute terminated public boolean java.util.concurrent.ThreadPoolExecutor.isTerminated() null
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute poolSize public int java.util.concurrent.ThreadPoolExecutor.getPoolSize() null
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@725b78d6)
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute completedTaskCount public long java.util.concurrent.ThreadPoolExecutor.getCompletedTaskCount() null
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute executeExistingDelayedTasksAfterShutdownPolicy public boolean java.util.concurrent.ScheduledThreadPoolExecutor.getExecuteExistingDelayedTasksAfterShutdownPolicy() public void java.util.concurrent.ScheduledThreadPoolExecutor.setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean)
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.063 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute shutdown public boolean java.util.concurrent.ThreadPoolExecutor.isShutdown() null
-2024-09-20 17:47:16.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.064 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute taskCount public long java.util.concurrent.ThreadPoolExecutor.getTaskCount() null
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.064 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute continueExistingPeriodicTasksAfterShutdownPolicy public boolean java.util.concurrent.ScheduledThreadPoolExecutor.getContinueExistingPeriodicTasksAfterShutdownPolicy() public void java.util.concurrent.ScheduledThreadPoolExecutor.setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean)
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.064 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute removeOnCancelPolicy public boolean java.util.concurrent.ScheduledThreadPoolExecutor.getRemoveOnCancelPolicy() public void java.util.concurrent.ScheduledThreadPoolExecutor.setRemoveOnCancelPolicy(boolean)
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.064 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maximumPoolSize public int java.util.concurrent.ThreadPoolExecutor.getMaximumPoolSize() public void java.util.concurrent.ThreadPoolExecutor.setMaximumPoolSize(int)
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.064 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute corePoolSize public int java.util.concurrent.ThreadPoolExecutor.getCorePoolSize() public void java.util.concurrent.ThreadPoolExecutor.setCorePoolSize(int)
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.064 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute activeCount public int java.util.concurrent.ThreadPoolExecutor.getActiveCount() null
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.064 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Setting name: java.util.concurrent.ScheduledThreadPoolExecutor
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.064 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister java.util.concurrent.ScheduledThreadPoolExecutor@588ffeb[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] Tomcat:type=UtilityExecutor
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'driverName'
-2024-09-20 17:47:16.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=driverName)
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JDBC driver to use'
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JDBC driver to use)
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.065 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=StringCache
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.065 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@732a9ef)
-2024-09-20 17:47:16.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.066 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Introspecting
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol'
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol)
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role'
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role)
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.066 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute trainThreshold public int org.apache.tomcat.util.buf.StringCache.getTrainThreshold() public void org.apache.tomcat.util.buf.StringCache.setTrainThreshold(int)
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.066 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute byteEnabled public boolean org.apache.tomcat.util.buf.StringCache.getByteEnabled() public void org.apache.tomcat.util.buf.StringCache.setByteEnabled(boolean)
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.066 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute hitCount public int org.apache.tomcat.util.buf.StringCache.getHitCount() null
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.066 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute accessCount public int org.apache.tomcat.util.buf.StringCache.getAccessCount() null
-2024-09-20 17:47:16.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.067 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute charEnabled public boolean org.apache.tomcat.util.buf.StringCache.getCharEnabled() public void org.apache.tomcat.util.buf.StringCache.setCharEnabled(boolean)
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.067 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute cacheSize public int org.apache.tomcat.util.buf.StringCache.getCacheSize() public void org.apache.tomcat.util.buf.StringCache.setCacheSize(int)
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20ce4e7a)
-2024-09-20 17:47:16.067 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.tomcat.util.buf.StringCache
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.067 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.tomcat.util.buf.StringCache@5eeedb60 Tomcat:type=StringCache
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.067 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
-2024-09-20 17:47:16.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
-2024-09-20 17:47:16.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
-2024-09-20 17:47:16.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
-2024-09-20 17:47:16.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7900e647)
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50b4ac79)
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.071 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol'
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol)
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials'
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials)
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@425b1a51)
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol'
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol)
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username'
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username)
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10b431fe)
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable'
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable)
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles'
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles)
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e78df71)
-2024-09-20 17:47:16.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable'
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable)
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data'
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data)
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.078 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1bda71a3)
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
-2024-09-20 17:47:16.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c9791b)
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3043831d)
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@18e84133)
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50f76ce4)
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1abcd640)
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.087 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JDBCRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with any JDBC supported database, group=Realm, type=org.apache.catalina.realm.JDBCRealm])
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.088 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JNDIRealm'
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JNDIRealm)
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs'
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs)
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JNDIRealm'
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JNDIRealm)
-2024-09-20 17:47:16.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'adCompat'
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=adCompat)
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The current settings for handling PartialResultExceptions'
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The current settings for handling PartialResultExceptions)
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@364bf561)
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c70cb42)
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alternateURL'
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alternateURL)
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Alternate URL'
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Alternate URL)
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78b0a64)
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'authentication'
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=authentication)
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of authentication to use'
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of authentication to use)
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.096 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7bf9c203)
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1270c0e0)
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.099 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'commonRole'
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=commonRole)
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The common role'
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The common role)
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.100 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78302337)
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.101 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName'
-2024-09-20 17:47:16.102 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName)
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username for the server we will contact'
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username for the server we will contact)
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2737ce7f)
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.103 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword'
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword)
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password for the server we will contact'
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password for the server we will contact)
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.104 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12ebf940)
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
-2024-09-20 17:47:16.105 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection timeout'
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection timeout)
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6884c3d)
-2024-09-20 17:47:16.107 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL'
-2024-09-20 17:47:16.108 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL)
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL for the server we will contact'
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL for the server we will contact)
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.109 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fd8fe40)
-2024-09-20 17:47:16.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.110 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.110 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.110 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextFactory'
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextFactory)
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI context factory for this Realm'
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI context factory for this Realm)
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.111 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@660583f2)
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.112 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol'
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol)
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol to be used'
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol to be used)
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.113 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b69478b)
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.114 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.115 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
-2024-09-20 17:47:16.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
-2024-09-20 17:47:16.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
-2024-09-20 17:47:16.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
-2024-09-20 17:47:16.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.116 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.117 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.117 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6fc41f7f)
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'referrals'
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=referrals)
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current setting for handling JNDI referrals.'
-2024-09-20 17:47:16.118 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current setting for handling JNDI referrals.)
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.119 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5756d639)
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleBase'
-2024-09-20 17:47:16.120 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleBase)
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for role searches'
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for role searches)
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d86d532)
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.121 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleName'
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleName)
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute containing roles held elsewhere'
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute containing roles held elsewhere)
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.122 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c328c16)
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.123 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNested'
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNested)
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'The nested group search flag' flag'
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'The nested group search flag' flag)
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.124 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33c25b08)
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.125 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearch'
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearch)
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select roles for a user'
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select roles for a user)
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52c4b457)
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.126 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.127 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearchAsUser'
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearchAsUser)
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for user roles be performed as the authenticating user?'
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for user roles be performed as the authenticating user?)
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.128 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7940d478)
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.129 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSubtree'
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSubtree)
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching memberships?'
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching memberships?)
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.130 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.136 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.137 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11faa57a)
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.138 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3041a656)
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.139 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userBase'
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userBase)
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for user searches'
-2024-09-20 17:47:16.140 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for user searches)
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4750da05)
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.141 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPassword'
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPassword)
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The attribute name used to retrieve the user password'
-2024-09-20 17:47:16.142 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The attribute name used to retrieve the user password)
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.143 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@384c3583)
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPattern'
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPattern)
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select a user'
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select a user)
-2024-09-20 17:47:16.144 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c599685)
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.145 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleName'
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleName)
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute in the user's entry containing roles for that user'
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute in the user's entry containing roles for that user)
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4197ec4e)
-2024-09-20 17:47:16.146 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearch'
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearch)
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to search for a user'
-2024-09-20 17:47:16.148 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to search for a user)
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56968b)
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.149 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearchAsUser'
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearchAsUser)
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for the user's DN be performed as the authenticating user?'
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for the user's DN be performed as the authenticating user?)
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.150 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59ef5b2f)
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.151 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSubtree'
-2024-09-20 17:47:16.152 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSubtree)
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching users?'
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching users?)
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.153 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69320329)
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.154 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.155 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@173967dd)
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.156 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.157 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.158 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@236f597f)
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.159 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.160 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7a481e)
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.161 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:16.162 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.163 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@79a82873)
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.164 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.165 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@25f3bf14)
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.166 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JNDIRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs, group=Realm, type=org.apache.catalina.realm.JNDIRealm])
-2024-09-20 17:47:16.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.167 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryRealm'
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryRealm)
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles'
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles)
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.168 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.MemoryRealm'
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.MemoryRealm)
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.169 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c0eae74)
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.170 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.171 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.171 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.171 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ee63353)
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.172 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname of the XML file containing our database information'
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname of the XML file containing our database information)
-2024-09-20 17:47:16.173 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16b56d4c)
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.174 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.175 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e866b91)
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.176 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.177 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.179 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27720d3b)
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
-2024-09-20 17:47:16.180 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3811de2d)
-2024-09-20 17:47:16.181 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:16.182 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5f30b6e)
-2024-09-20 17:47:16.183 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.184 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.185 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@18b432a2)
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.186 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.187 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2f18ef5a)
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.188 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:16.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:16.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:16.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:16.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.189 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@194ebc22)
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.190 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles, group=Realm, type=org.apache.catalina.realm.MemoryRealm])
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.191 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'UserDatabaseRealm'
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=UserDatabaseRealm)
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm connected to a UserDatabase as a global JNDI resource'
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm connected to a UserDatabase as a global JNDI resource)
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.UserDatabaseRealm'
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.UserDatabaseRealm)
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.192 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
-2024-09-20 17:47:16.193 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.194 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47b7c1e)
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.195 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d637f11)
-2024-09-20 17:47:16.196 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceName'
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceName)
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global JNDI name of the UserDatabase resource to use'
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global JNDI name of the UserDatabase resource to use)
-2024-09-20 17:47:16.197 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55e925d8)
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.198 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.199 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39aa3ceb)
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.200 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.201 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66ee2c4c)
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.202 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.203 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40535c77)
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:16.204 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c086640)
-2024-09-20 17:47:16.205 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.206 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@342d444e)
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.207 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:16.208 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@233682cb)
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.209 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.210 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.210 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.210 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.211 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@79dcc23e)
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.212 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=UserDatabaseRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm connected to a UserDatabase as a global JNDI resource, group=Realm, type=org.apache.catalina.realm.UserDatabaseRealm])
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.213 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CombinedRealm'
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CombinedRealm)
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to chain multiple realms'
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to chain multiple realms)
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.CombinedRealm'
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.CombinedRealm)
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.214 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.215 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66f98123)
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.216 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38a8a686)
-2024-09-20 17:47:16.217 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.218 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms'
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms)
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the combined realm is wrapping'
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the combined realm is wrapping)
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.219 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f9f4b82)
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.220 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
-2024-09-20 17:47:16.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
-2024-09-20 17:47:16.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
-2024-09-20 17:47:16.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
-2024-09-20 17:47:16.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.221 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@304da17d)
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.222 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.223 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a97dece)
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.224 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.225 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67f6c78c)
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.226 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm'
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm)
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm'
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm)
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.227 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm'
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm)
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add'
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add)
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm'
-2024-09-20 17:47:16.228 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm)
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@326053ab)
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.229 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6ffb5ad3)
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.230 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.231 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4bbe884c)
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.232 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1aa5fc10)
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.233 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.234 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a6809e4)
-2024-09-20 17:47:16.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.235 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.236 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.236 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.237 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f70e3b8)
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CombinedRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to chain multiple realms, group=Realm, type=org.apache.catalina.realm.CombinedRealm])
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.238 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.239 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.239 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.240 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.240 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'LockOutRealm'
-2024-09-20 17:47:16.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=LockOutRealm)
-2024-09-20 17:47:16.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to wrap existing realms to provide a user lock-out capability'
-2024-09-20 17:47:16.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability)
-2024-09-20 17:47:16.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.241 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.LockOutRealm'
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.LockOutRealm)
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
-2024-09-20 17:47:16.242 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
-2024-09-20 17:47:16.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
-2024-09-20 17:47:16.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
-2024-09-20 17:47:16.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.243 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.243 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20b3f4f2)
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.244 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheSize'
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheSize)
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.'
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.)
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.245 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15c3c988)
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheRemovalWarningTime'
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheRemovalWarningTime)
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).'
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).)
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.246 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f8ec5fd)
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.247 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.248 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.249 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.249 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@677b8497)
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.250 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'failureCount'
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=failureCount)
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.'
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.)
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.251 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58d0e8ee)
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.252 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'lockOutTime'
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=lockOutTime)
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).'
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).)
-2024-09-20 17:47:16.253 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5354e5f5)
-2024-09-20 17:47:16.254 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms'
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms)
-2024-09-20 17:47:16.255 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the lockout realm is wrapping'
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the lockout realm is wrapping)
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.256 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5afc634f)
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
-2024-09-20 17:47:16.257 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61980bbb)
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.258 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
-2024-09-20 17:47:16.259 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ed008fe)
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.260 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm'
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm)
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm'
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm)
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.261 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.262 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.262 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.262 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm'
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm)
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add'
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add)
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm'
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm)
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.263 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4a5f299c)
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7300dd83)
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.264 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLocked'
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLocked)
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Determine if the specified user is locked'
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Determine if the specified user is locked)
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.265 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to test for being locked'
-2024-09-20 17:47:16.266 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to test for being locked)
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5264d58b)
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.267 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6ccdb0c1)
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.268 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unlock'
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unlock)
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Unlock the specified user'
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Unlock the specified user)
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.269 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to unlock'
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to unlock)
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.270 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f6d670d)
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a7455a6)
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.272 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.273 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5ec815ee)
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.274 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.275 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5f82ed4e)
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.276 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.277 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.277 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.277 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.278 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6b63bcbc)
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.279 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.280 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63321d13)
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.281 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=LockOutRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability, group=Realm, type=org.apache.catalina.realm.LockOutRealm])
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.282 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:16.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:16.283 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.283 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:16.283 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/session/mbeans-descriptors.xml
-2024-09-20 17:47:16.283 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@7d4b13fe)
-2024-09-20 17:47:16.283 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardManager'
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardManager)
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of the Manager interface'
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of the Manager interface)
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager'
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager)
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.StandardManager'
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.StandardManager)
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.284 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.285 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions'
-2024-09-20 17:47:16.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions)
-2024-09-20 17:47:16.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment'
-2024-09-20 17:47:16.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment)
-2024-09-20 17:47:16.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.286 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.287 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.287 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35eb6984)
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.288 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.289 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@439bb5d9)
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.290 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates'
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates)
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated'
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated)
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.291 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30b2f23c)
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions'
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions)
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )'
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations ))
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.292 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1543c337)
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.294 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine'
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine)
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.295 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b8a2f52)
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.296 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive'
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive)
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far'
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far)
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.297 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65a16887)
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions'
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions)
-2024-09-20 17:47:16.298 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1 for no limit'
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1 for no limit)
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4225551d)
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.299 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)'
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging))
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.300 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.301 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49746c15)
-2024-09-20 17:47:16.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.302 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.303 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.303 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.303 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
-2024-09-20 17:47:16.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
-2024-09-20 17:47:16.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Path name of the disk file in which active sessions'
-2024-09-20 17:47:16.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Path name of the disk file in which active sessions)
-2024-09-20 17:47:16.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.304 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63ae3ad6)
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.305 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.306 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency'
-2024-09-20 17:47:16.306 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency)
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)'
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation))
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.307 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d259374)
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.308 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration'
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration)
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:16.309 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:16.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.310 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.310 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6540b270)
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.311 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator algorithm name'
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator algorithm name)
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.312 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f3e6e09)
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator class name'
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator class name)
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.313 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1dd49db2)
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
-2024-09-20 17:47:16.315 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator provider name'
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator provider name)
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ccb034f)
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.316 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime'
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime)
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive'
-2024-09-20 17:47:16.317 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive)
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.318 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c78e594)
-2024-09-20 17:47:16.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.319 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate'
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate)
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute'
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute)
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.320 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20ca8634)
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.321 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter'
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter)
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager'
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager)
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:16.322 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19caa692)
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.323 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate'
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate)
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute'
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute)
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.324 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d7f1f9f)
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime'
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime)
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive'
-2024-09-20 17:47:16.325 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive)
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66b011e1)
-2024-09-20 17:47:16.326 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.327 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.327 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.327 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.328 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12bfc025)
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.329 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions'
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions)
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached'
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached)
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.330 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e8d1ad6)
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.331 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter'
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter)
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.'
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.)
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.332 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b0b757f)
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter'
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter)
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.'
-2024-09-20 17:47:16.333 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.)
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.335 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3dd258e6)
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.336 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure'
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure)
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?'
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.337 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51001991)
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess'
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess)
-2024-09-20 17:47:16.338 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.'
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.)
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.339 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@676df2cd)
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession'
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession)
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session'
-2024-09-20 17:47:16.340 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session)
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.341 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.342 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@67cdc3d2)
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.343 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.344 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@48f7a2a5)
-2024-09-20 17:47:16.344 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.344 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.344 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.344 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.344 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.344 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.344 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime'
-2024-09-20 17:47:16.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime)
-2024-09-20 17:47:16.345 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time'
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time)
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.346 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@19eae6bb)
-2024-09-20 17:47:16.347 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.348 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.348 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.348 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@119984d1)
-2024-09-20 17:47:16.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.349 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp'
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp)
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp'
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp)
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.350 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.351 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.352 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@18c31663)
-2024-09-20 17:47:16.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.353 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.353 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.353 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6d547d54)
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime'
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime)
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time'
-2024-09-20 17:47:16.354 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time)
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.355 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@23c5917b)
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.356 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e2726de)
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.357 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp'
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp)
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp'
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp)
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.358 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.359 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.360 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.360 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7e575777)
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.361 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@30273b34)
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute'
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute)
-2024-09-20 17:47:16.362 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute'
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute)
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.363 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.364 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3f662a02)
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key'
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key)
-2024-09-20 17:47:16.365 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute'
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute)
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7830fae6)
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.366 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c18e678)
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.367 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.368 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds'
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds)
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids'
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids)
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.369 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@356f8454)
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.370 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of the Manager interface, group=Manager, type=org.apache.catalina.session.StandardManager])
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'PersistentManager'
-2024-09-20 17:47:16.372 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=PersistentManager)
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Persistent Manager'
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Persistent Manager)
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager'
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager)
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.PersistentManager'
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.PersistentManager)
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.373 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions'
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions)
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment'
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment)
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.374 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3bd79ec1)
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.375 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.376 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@444fb497)
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.377 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates'
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates)
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated'
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated)
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.378 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f9fb140)
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.379 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions'
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions)
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )'
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations ))
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.380 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@761bcfc3)
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine'
-2024-09-20 17:47:16.381 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine)
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71bd7657)
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.382 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive'
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive)
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far'
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far)
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.383 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@486f8ffb)
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.384 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions'
-2024-09-20 17:47:16.385 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions)
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1 for no limit'
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1 for no limit)
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a383207)
-2024-09-20 17:47:16.386 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleBackup'
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleBackup)
-2024-09-20 17:47:16.387 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.'
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.)
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22f59154)
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.388 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleSwap'
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleSwap)
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.'
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.)
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.389 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38e05493)
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.390 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minIdleSwap'
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minIdleSwap)
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.'
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.)
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.391 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c441423)
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.392 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)'
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging))
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.393 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47a7a7a6)
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.394 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency'
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency)
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)'
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation))
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.395 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4956f137)
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration'
-2024-09-20 17:47:16.396 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration)
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.397 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73287042)
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'saveOnRestart'
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=saveOnRestart)
-2024-09-20 17:47:16.398 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.'
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.)
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f619708)
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.399 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The random number generator class name'
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The random number generator class name)
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.400 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@250181d5)
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.401 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime'
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime)
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive'
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive)
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.402 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b20130b)
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.403 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate'
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate)
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute'
-2024-09-20 17:47:16.404 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute)
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6bbac24d)
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.405 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.406 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.406 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.406 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter'
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter)
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager'
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager)
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.407 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38b0d1e5)
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.408 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate'
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate)
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute'
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute)
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.409 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1196f00f)
-2024-09-20 17:47:16.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.410 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime'
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime)
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive'
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive)
-2024-09-20 17:47:16.411 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4af5017d)
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.412 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.413 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77601ac4)
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.414 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions'
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions)
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached'
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached)
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.415 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49e1c234)
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.416 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter'
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter)
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.'
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.)
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f51558f)
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.417 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter'
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter)
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.'
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.)
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.418 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@dcd5ff1)
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.419 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure'
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure)
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?'
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.420 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a8cc2b6)
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.421 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess'
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess)
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.'
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.)
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.422 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d3b5fb1)
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.423 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession'
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession)
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session'
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session)
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.424 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.425 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@58a388b4)
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.427 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3f766686)
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.428 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime'
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime)
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time'
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time)
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.429 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.430 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@23f39aac)
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@44d29fb4)
-2024-09-20 17:47:16.431 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp'
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp)
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp'
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp)
-2024-09-20 17:47:16.432 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.433 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7059b2)
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.434 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c3e4d6c)
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.435 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime'
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime)
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time'
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time)
-2024-09-20 17:47:16.436 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.437 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.437 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.437 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.438 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@332790bd)
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.439 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63d88652)
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp'
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp)
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp'
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp)
-2024-09-20 17:47:16.440 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.441 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@61e7ee52)
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.442 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f4c9a2f)
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.443 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute'
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute)
-2024-09-20 17:47:16.444 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute'
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute)
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.445 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.446 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@10e15303)
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key'
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key)
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute'
-2024-09-20 17:47:16.447 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute)
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@372cbd5b)
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.448 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@69e74092)
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.449 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds'
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds)
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids'
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids)
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:16.450 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@12812263)
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.451 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLoaded'
-2024-09-20 17:47:16.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLoaded)
-2024-09-20 17:47:16.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'If the session id is loaded in memory?'
-2024-09-20 17:47:16.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=If the session id is loaded in memory?)
-2024-09-20 17:47:16.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:16.452 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
-2024-09-20 17:47:16.453 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@862127b)
-2024-09-20 17:47:16.454 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5a76a049)
-2024-09-20 17:47:16.455 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.456 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.456 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.456 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=PersistentManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Persistent Manager, group=Manager, type=org.apache.catalina.session.PersistentManager])
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-'
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.457 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:16.458 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/startup/mbeans-descriptors.xml
-2024-09-20 17:47:16.458 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@9469845)
-2024-09-20 17:47:16.458 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:16.458 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:16.458 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.458 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.458 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextConfig'
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextConfig)
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets'
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets)
-2024-09-20 17:47:16.459 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
-2024-09-20 17:47:16.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
-2024-09-20 17:47:16.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.ContextConfig'
-2024-09-20 17:47:16.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.ContextConfig)
-2024-09-20 17:47:16.460 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.460 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.461 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12cf2134)
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.462 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml'
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml)
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default context file'
-2024-09-20 17:47:16.463 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default context file)
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@aa608dc)
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.464 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml'
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml)
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default deployment descriptor'
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default deployment descriptor)
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.465 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@653d9529)
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.466 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets, group=Listener, type=org.apache.catalina.startup.ContextConfig])
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.467 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'EngineConfig'
-2024-09-20 17:47:16.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=EngineConfig)
-2024-09-20 17:47:16.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts'
-2024-09-20 17:47:16.468 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts)
-2024-09-20 17:47:16.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
-2024-09-20 17:47:16.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
-2024-09-20 17:47:16.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.EngineConfig'
-2024-09-20 17:47:16.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.EngineConfig)
-2024-09-20 17:47:16.469 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.470 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5804bd7b)
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.471 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=EngineConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.EngineConfig])
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:16.472 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'HostConfig'
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=HostConfig)
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts'
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts)
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.473 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.HostConfig'
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.HostConfig)
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.474 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.475 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3329f1ce)
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.476 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configBaseName'
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configBaseName)
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base directory for Context configuration files'
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base directory for Context configuration files)
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9f3ef9f)
-2024-09-20 17:47:16.477 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass'
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass)
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the Context implementation we should use'
-2024-09-20 17:47:16.478 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the Context implementation we should use)
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6eb755)
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.479 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML'
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML)
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The copy XML config file flag for this component'
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The copy XML config file flag for this component)
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.480 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7dfc2d46)
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.481 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML'
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML)
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy XML config file flag for this component'
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy XML config file flag for this component)
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.482 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@621f45a7)
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.483 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs'
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs)
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The unpack WARs flag'
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The unpack WARs flag)
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.484 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.485 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e95d2bf)
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServiced'
-2024-09-20 17:47:16.486 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServiced)
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application to the serviced list to show it gets serviced by another component'
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application to the serviced list to show it gets serviced by another component)
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.487 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:16.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:16.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
-2024-09-20 17:47:16.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
-2024-09-20 17:47:16.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.488 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@47ae6b7f)
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.489 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2413f15c)
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.490 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'check'
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=check)
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check a web application name for updates'
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check a web application name for updates)
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.491 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.492 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:16.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:16.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
-2024-09-20 17:47:16.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
-2024-09-20 17:47:16.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.493 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.494 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.494 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.495 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3c39ba04)
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.496 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6c699716)
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.497 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.498 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.498 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'checkUndeploy'
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=checkUndeploy)
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Undeploy any old versions of applications deployed using parallel deployment that have no active sessions'
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Undeploy any old versions of applications deployed using parallel deployment that have no active sessions)
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5828fc77)
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.499 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getDeploymentTime'
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getDeploymentTime)
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the instant where an application was deployed'
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the instant where an application was deployed)
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.500 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
-2024-09-20 17:47:16.501 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.502 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@630a6f3f)
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@121210c0)
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.503 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isDeployed'
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isDeployed)
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Was this web application deployed by this component'
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Was this web application deployed by this component)
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.504 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:16.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:16.505 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.505 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.505 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
-2024-09-20 17:47:16.506 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@32e3f4b3)
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.507 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2db76ddc)
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.508 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isServiced'
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isServiced)
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Is a web application serviced by another component'
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Is a web application serviced by another component)
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.509 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.510 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1df48cc2)
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.511 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f620bac)
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.512 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'manageApp'
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=manageApp)
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application managed externally'
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application managed externally)
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.513 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'context'
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=context)
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Context to add'
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Context to add)
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Context'
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Context)
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.514 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3289229f)
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@24c6609f)
-2024-09-20 17:47:16.515 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServiced'
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServiced)
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from the serviced list to show it isn't serviced by another component'
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from the serviced list to show it isn't serviced by another component)
-2024-09-20 17:47:16.516 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
-2024-09-20 17:47:16.517 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1ded6a59)
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.518 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@12dd2d23)
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.519 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unmanageApp'
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unmanageApp)
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from checks'
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from checks)
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.520 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'contextPath'
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=contextPath)
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The application path'
-2024-09-20 17:47:16.521 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The application path)
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@69bb783d)
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.522 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e6e2f0d)
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.523 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=HostConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.HostConfig])
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:16.524 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/users/mbeans-descriptors.xml
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@8273d3b)
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.525 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryUserDatabase'
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryUserDatabase)
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.MemoryUserDatabaseMBean'
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean)
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'In-memory user and group database'
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=In-memory user and group database)
-2024-09-20 17:47:16.526 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
-2024-09-20 17:47:16.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
-2024-09-20 17:47:16.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'UserDatabase'
-2024-09-20 17:47:16.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=UserDatabase)
-2024-09-20 17:47:16.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.users.MemoryUserDatabase'
-2024-09-20 17:47:16.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.users.MemoryUserDatabase)
-2024-09-20 17:47:16.527 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.528 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.528 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.528 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups'
-2024-09-20 17:47:16.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups)
-2024-09-20 17:47:16.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined groups'
-2024-09-20 17:47:16.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined groups)
-2024-09-20 17:47:16.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:16.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:16.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.529 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73e8ad29)
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.530 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Relative or absolute pathname to database file'
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Relative or absolute pathname to database file)
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.531 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@412059f9)
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.532 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined roles'
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined roles)
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.533 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e390097)
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.534 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users'
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users)
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined users'
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined users)
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:16.535 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.536 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f46228e)
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'readonly'
-2024-09-20 17:47:16.537 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=readonly)
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'No persistent save of the user database'
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=No persistent save of the user database)
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.538 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@497159aa)
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'writeable'
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=writeable)
-2024-09-20 17:47:16.539 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check if user database is writeable'
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check if user database is writeable)
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo impact=INFO)
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.540 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@add2eec)
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createGroup'
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createGroup)
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new group and return MBean name'
-2024-09-20 17:47:16.541 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new group and return MBean name)
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
-2024-09-20 17:47:16.542 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group'
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group)
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@c66aa98)
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.543 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.544 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description'
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description)
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new group'
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new group)
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@42fabbc8)
-2024-09-20 17:47:16.545 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1850634)
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.546 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createRole'
-2024-09-20 17:47:16.547 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createRole)
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new role and return MBean name'
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new role and return MBean name)
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.548 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the new role'
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the new role)
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@62ccf2a6)
-2024-09-20 17:47:16.549 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.550 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.550 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.550 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description'
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description)
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new role'
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new role)
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.551 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5b47a60d)
-2024-09-20 17:47:16.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.552 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.553 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.556 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.558 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.559 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.560 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:16.562 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.563 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.563 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.564 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4cf46256)
-2024-09-20 17:47:16.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.565 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.566 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.567 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.567 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.567 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUser'
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUser)
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new user and return MBean name'
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new user and return MBean name)
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.568 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.569 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.569 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.569 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
-2024-09-20 17:47:16.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
-2024-09-20 17:47:16.570 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the new user'
-2024-09-20 17:47:16.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the new user)
-2024-09-20 17:47:16.572 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.574 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.576 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.577 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.577 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@65e9795a)
-2024-09-20 17:47:16.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.578 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.578 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'password'
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=password)
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Password of the new user'
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Password of the new user)
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.579 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@60b5fe83)
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.580 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'fullName'
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=fullName)
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Full name of the new user'
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Full name of the new user)
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.581 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6245b56)
-2024-09-20 17:47:16.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.582 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
- '
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.583 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@692d6f16)
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findGroup'
-2024-09-20 17:47:16.584 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findGroup)
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified group (if any)'
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified group (if any))
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.585 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
-2024-09-20 17:47:16.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
-2024-09-20 17:47:16.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the requested group'
-2024-09-20 17:47:16.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the requested group)
-2024-09-20 17:47:16.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.586 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@47a0f8c0)
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.587 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@8ae5751)
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.588 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRole'
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRole)
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified role (if any)'
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified role (if any))
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:16.589 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the requested role'
-2024-09-20 17:47:16.590 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the requested role)
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2c7443f9)
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.591 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2ea3ccbe)
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.592 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findUser'
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findUser)
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified user (if any)'
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified user (if any))
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.593 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the requested user'
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the requested user)
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.594 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6e854752)
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.595 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@14eb910c)
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.596 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup'
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup)
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing group (and all user memberships)'
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing group (and all user memberships))
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.597 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the group to remove'
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the group to remove)
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1a0e63e3)
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.599 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a789a20)
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.600 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing role'
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing role)
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.601 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.602 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the role to remove'
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the role to remove)
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.603 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6e03e7ea)
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@26a878d7)
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.604 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeUser'
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeUser)
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing user (and all group memberships)'
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing user (and all group memberships))
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.605 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the user to remove'
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the user to remove)
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.606 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4fd0069a)
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.608 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@21172cda)
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.609 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'save'
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=save)
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current users and groups to persistent storage'
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current users and groups to persistent storage)
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.610 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@505ab3a5)
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.611 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryUserDatabase, className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean, description=In-memory user and group database, group=UserDatabase, type=org.apache.catalina.users.MemoryUserDatabase])
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-)
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:16.612 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-'
-2024-09-20 17:47:16.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.613 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:16.613 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/connector/mbeans-descriptors.xml
-2024-09-20 17:47:16.613 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@35d107b9)
-2024-09-20 17:47:16.613 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:16.613 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.613 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CoyoteConnector'
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CoyoteConnector)
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ConnectorMBean'
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ConnectorMBean)
-2024-09-20 17:47:16.614 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Coyote connector'
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Coyote connector)
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Connector'
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Connector)
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.connector.Connector'
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.connector.Connector)
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
-2024-09-20 17:47:16.615 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The accept count for this Connector'
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The accept count for this Connector)
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a7a334f)
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.617 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address'
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address)
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The IP address on which to bind'
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The IP address on which to bind)
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.618 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6213b126)
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.619 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ajpFlush'
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ajpFlush)
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send AJP flush package for each explicit flush'
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send AJP flush package for each explicit flush)
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.620 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67d1e15a)
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowTrace'
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowTrace)
-2024-09-20 17:47:16.621 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Allow disabling TRACE method'
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Allow disabling TRACE method)
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a80ced6)
-2024-09-20 17:47:16.622 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphers'
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphers)
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of requested cipher suites'
-2024-09-20 17:47:16.623 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of requested cipher suites)
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71cb7e82)
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.625 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphersUsed'
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphersUsed)
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Array of ciphers suites in use'
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Array of ciphers suites in use)
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.626 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@eae6b1c)
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.627 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.628 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@669d90a2)
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.630 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Linger value on the incoming connection'
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Linger value on the incoming connection)
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.631 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ab714d9)
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.632 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Timeout value on the incoming connection'
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Timeout value on the incoming connection)
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.633 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10a25263)
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.634 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enableLookups'
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enableLookups)
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'enable DNS lookups' flag for this Connector'
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'enable DNS lookups' flag for this Connector)
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.635 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6da93de0)
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.636 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorName'
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorName)
-2024-09-20 17:47:16.637 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the executor - if any - associated with this Connector'
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the executor - if any - associated with this Connector)
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.638 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@673ba877)
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.639 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of seconds Tomcat will wait for a subsequent request before closing the connection'
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of seconds Tomcat will wait for a subsequent request before closing the connection)
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.640 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65287995)
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.'
-2024-09-20 17:47:16.641 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.)
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@679b1e19)
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.642 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxHeaderCount'
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxHeaderCount)
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.'
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.)
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.644 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43f96937)
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.646 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of Keep-Alive requests to honor per connection'
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of Keep-Alive requests to honor per connection)
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.647 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@79bb092f)
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxParameterCount'
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxParameterCount)
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.'
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.)
-2024-09-20 17:47:16.648 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ff9335c)
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.649 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxPostSize'
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxPostSize)
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size in bytes of a POST which will be handled by the servlet API provided features'
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size in bytes of a POST which will be handled by the servlet API provided features)
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.650 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@602d956c)
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.651 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSavePostSize'
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSavePostSize)
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size of a POST which will be saved by the container during authentication'
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size of a POST which will be saved by the container during authentication)
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.653 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6815f88f)
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.654 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSwallowSize'
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSwallowSize)
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload'
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload)
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.655 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@494666d3)
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.656 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.'
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.)
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f33df74)
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.657 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.'
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.)
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.658 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53b9a70b)
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.659 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'packetSize'
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=packetSize)
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The ajp packet size.'
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The ajp packet size.)
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.661 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@142ffc73)
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.662 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number (excluding any offset) on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.'
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number (excluding any offset) on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.)
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.663 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e2570db)
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The offset that will be applied to port to determine the actual port number used.'
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The offset that will be applied to port to determine the actual port number used.)
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.664 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f2cca14)
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.665 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.667 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.668 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
-2024-09-20 17:47:16.671 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
-2024-09-20 17:47:16.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The actual port number (including any offset) on which this connector is configured to listen for requests.'
-2024-09-20 17:47:16.673 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The actual port number (including any offset) on which this connector is configured to listen for requests.)
-2024-09-20 17:47:16.674 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.676 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.676 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3133a105)
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.677 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.678 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.678 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.679 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processorCache'
-2024-09-20 17:47:16.679 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processorCache)
-2024-09-20 17:47:16.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor cache size.'
-2024-09-20 17:47:16.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor cache size.)
-2024-09-20 17:47:16.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.680 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.681 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a940f34)
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.682 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol'
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol)
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote protocol handler in use'
-2024-09-20 17:47:16.683 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote protocol handler in use)
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.685 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f720f15)
-2024-09-20 17:47:16.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.686 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHandlerClassName'
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHandlerClassName)
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote Protocol handler class name'
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote Protocol handler class name)
-2024-09-20 17:47:16.687 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56c71a85)
-2024-09-20 17:47:16.688 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyName'
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyName)
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server name to which we should pretend requests to this Connector'
-2024-09-20 17:47:16.689 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server name to which we should pretend requests to this Connector)
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a50b2d1)
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.690 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyPort'
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyPort)
-2024-09-20 17:47:16.691 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server port to which we should pretend requests to this Connector'
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server port to which we should pretend requests to this Connector)
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.692 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47ff00)
-2024-09-20 17:47:16.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.693 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.694 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'redirectPort'
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=redirectPort)
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The redirect port (excluding any offset) for non-SSL to SSL redirects'
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The redirect port (excluding any offset) for non-SSL to SSL redirects)
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.696 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@fc242ba)
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.697 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'redirectPortWithOffset'
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=redirectPortWithOffset)
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The actual redirect port (including any offset) for non-SSL to SSL redirects.'
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The actual redirect port (including any offset) for non-SSL to SSL redirects.)
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.698 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@613f62f5)
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.699 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scheme'
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scheme)
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Protocol name for this Connector (http, https)'
-2024-09-20 17:47:16.701 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Protocol name for this Connector (http, https))
-2024-09-20 17:47:16.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.703 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.703 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e068239)
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.704 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secret'
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secret)
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Authentication secret (I guess ... not in Javadocs)'
-2024-09-20 17:47:16.705 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Authentication secret (I guess ... not in Javadocs))
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'readable' to 'false'
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo readable=false)
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.707 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2106c106)
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.708 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secure'
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secure)
-2024-09-20 17:47:16.709 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is this a secure (SSL) Connector?'
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is this a secure (SSL) Connector?)
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.710 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ccc900e)
-2024-09-20 17:47:16.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.711 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.711 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.712 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.712 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslProtocols'
-2024-09-20 17:47:16.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslProtocols)
-2024-09-20 17:47:16.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of SSL protocol variants to be enabled'
-2024-09-20 17:47:16.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of SSL protocol variants to be enabled)
-2024-09-20 17:47:16.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.713 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.713 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.714 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26fe65a8)
-2024-09-20 17:47:16.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.715 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.715 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.715 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.717 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.718 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.718 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.719 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cc32c04)
-2024-09-20 17:47:16.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.720 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.720 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.721 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.721 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.721 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we use TCP no delay?'
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we use TCP no delay?)
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.723 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b5ac26b)
-2024-09-20 17:47:16.724 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.725 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.725 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.725 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.726 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.726 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.727 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.728 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.728 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.728 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
-2024-09-20 17:47:16.728 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
-2024-09-20 17:47:16.728 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.'
-2024-09-20 17:47:16.728 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.)
-2024-09-20 17:47:16.728 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.729 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.729 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43ce6dee)
-2024-09-20 17:47:16.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.731 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URIEncoding'
-2024-09-20 17:47:16.732 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URIEncoding)
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding used to decode the URI'
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding used to decode the URI)
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.733 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1648831a)
-2024-09-20 17:47:16.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.734 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.735 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.735 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.735 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useBodyEncodingForURI'
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useBodyEncodingForURI)
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the body encoding be used for URI query parameters'
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the body encoding be used for URI query parameters)
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.736 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37e3edb)
-2024-09-20 17:47:16.737 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.739 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.739 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.739 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useIPVHosts'
-2024-09-20 17:47:16.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useIPVHosts)
-2024-09-20 17:47:16.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should IP-based virtual hosting be used? '
-2024-09-20 17:47:16.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should IP-based virtual hosting be used? )
-2024-09-20 17:47:16.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.740 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.741 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4efaed45)
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.742 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xpoweredBy'
-2024-09-20 17:47:16.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xpoweredBy)
-2024-09-20 17:47:16.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is generation of X-Powered-By response header enabled/disabled?'
-2024-09-20 17:47:16.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is generation of X-Powered-By response header enabled/disabled?)
-2024-09-20 17:47:16.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.744 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7eeb4869)
-2024-09-20 17:47:16.745 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.746 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.747 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c6944fd)
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.748 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.749 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5e133f4d)
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.750 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.751 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.751 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.751 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
-2024-09-20 17:47:16.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
-2024-09-20 17:47:16.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:16.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:16.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.752 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@479a610f)
-2024-09-20 17:47:16.753 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.754 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.754 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.754 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.755 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.756 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.756 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6316c195)
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.757 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.758 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5be2fa6)
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.760 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.761 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4290810b)
-2024-09-20 17:47:16.762 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.763 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CoyoteConnector, className=org.apache.catalina.mbeans.ConnectorMBean, description=Implementation of a Coyote connector, group=Connector, type=org.apache.catalina.connector.Connector])
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-)
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-'
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.764 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:16.765 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/valves/mbeans-descriptors.xml
-2024-09-20 17:47:16.765 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@5696024f)
-2024-09-20 17:47:16.765 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:16.765 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:16.765 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'AccessLogValve'
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=AccessLogValve)
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log'
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log)
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:16.766 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.AccessLogValve'
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.AccessLogValve)
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:16.767 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:16.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:16.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.768 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.768 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3596b61)
-2024-09-20 17:47:16.769 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.771 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.771 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.771 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered'
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered)
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.'
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.)
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.772 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77eeb7b3)
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.773 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists'
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists)
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.'
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.)
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.774 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31b0f89c)
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.775 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.777 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.777 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.777 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.778 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5752109f)
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.779 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition'
-2024-09-20 17:47:16.780 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition)
-2024-09-20 17:47:16.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.'
-2024-09-20 17:47:16.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.)
-2024-09-20 17:47:16.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.781 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.781 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f986b77)
-2024-09-20 17:47:16.782 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf'
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf)
-2024-09-20 17:47:16.783 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
-2024-09-20 17:47:16.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
-2024-09-20 17:47:16.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.785 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.785 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1dc91418)
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.786 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless'
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless)
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
-2024-09-20 17:47:16.787 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.788 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b8b7b25)
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.789 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory'
-2024-09-20 17:47:16.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory)
-2024-09-20 17:47:16.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created'
-2024-09-20 17:47:16.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created)
-2024-09-20 17:47:16.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.790 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c1a4023)
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.791 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled'
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled)
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging'
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging)
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false'
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false)
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.792 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30055d04)
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.793 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.795 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.795 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.795 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding'
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding)
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file'
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file)
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.796 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6539f6c8)
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.797 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat'
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat)
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date for date based log rotation'
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date for date based log rotation)
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.798 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@151beb19)
-2024-09-20 17:47:16.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.799 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.800 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.800 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.800 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale'
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale)
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines'
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines)
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.801 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2bbebac1)
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.802 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern'
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern)
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines'
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines)
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.803 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.805 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.805 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31c92fcf)
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.806 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix'
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix)
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames'
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames)
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.807 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b6c0088)
-2024-09-20 17:47:16.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.808 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.808 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.809 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable'
-2024-09-20 17:47:16.809 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable)
-2024-09-20 17:47:16.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.'
-2024-09-20 17:47:16.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.)
-2024-09-20 17:47:16.810 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.811 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.811 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@516573df)
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.812 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate'
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate)
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.'
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.)
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.813 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@fd3b380)
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.814 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.815 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.816 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@779c52e2)
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix'
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix)
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames'
-2024-09-20 17:47:16.818 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames)
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.819 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c0f64d9)
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
-2024-09-20 17:47:16.820 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is'
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is)
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.821 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@760e150c)
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.822 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name'
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name)
-2024-09-20 17:47:16.823 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName'
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName)
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.'
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.)
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.824 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@64d3f7fe)
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.825 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@71cdb2c4)
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.826 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.827 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.827 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.827 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=AccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.AccessLogValve])
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.828 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CrawlerSessionManagerValve'
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CrawlerSessionManagerValve)
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that ensures web crawlers always use sessions even if no session ID is presented by the client'
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client)
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.CrawlerSessionManagerValve'
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.CrawlerSessionManagerValve)
-2024-09-20 17:47:16.829 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:16.831 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6933988)
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.832 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.833 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b3ea23)
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.834 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.836 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.836 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.836 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clientIpSessionId'
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clientIpSessionId)
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Current Map of client IP address to session ID managed by this Valve'
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Current Map of client IP address to session ID managed by this Valve)
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map'
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map)
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.837 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b2491cc)
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.838 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crawlerUserAgents'
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crawlerUserAgents)
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the regular expression used to identify crawlers based in the User-Agent header provided.'
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the regular expression used to identify crawlers based in the User-Agent header provided.)
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
-2024-09-20 17:47:16.839 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@676357fe)
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.840 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionInactiveInterval'
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionInactiveInterval)
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the session timeout (in seconds) for a crawler's session.'
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the session timeout (in seconds) for a crawler's session.)
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.842 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78a37de3)
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.843 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.844 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@675e7226)
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.845 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CrawlerSessionManagerValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client, group=Valve, type=org.apache.catalina.valves.CrawlerSessionManagerValve])
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.846 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ErrorReportValve'
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ErrorReportValve)
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Valve that outputs HTML error pages'
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Valve that outputs HTML error pages)
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:16.847 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ErrorReportValve'
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ErrorReportValve)
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:16.849 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38ab35f0)
-2024-09-20 17:47:16.850 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.851 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.852 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.852 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@450a59bc)
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.853 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.854 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26a5689b)
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.855 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.856 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showReport'
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showReport)
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables full error reports'
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables full error reports)
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.857 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@327ee12b)
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.858 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showServerInfo'
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showServerInfo)
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables server info on error pages'
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables server info on error pages)
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@539b5621)
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.859 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.860 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ErrorReportValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of a Valve that outputs HTML error pages, group=Valve, type=org.apache.catalina.valves.ErrorReportValve])
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.861 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ExtendedAccessLogValve'
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ExtendedAccessLogValve)
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log'
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log)
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.862 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:16.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:16.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ExtendedAccessLogValve'
-2024-09-20 17:47:16.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ExtendedAccessLogValve)
-2024-09-20 17:47:16.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.864 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.864 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.864 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.865 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44cb3257)
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.866 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered'
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered)
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.'
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.)
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.867 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49276be5)
-2024-09-20 17:47:16.868 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.869 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.869 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.869 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists'
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists)
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.'
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.)
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.870 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.871 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.871 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c95ac53)
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.872 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.873 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b6c9be)
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.874 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition'
-2024-09-20 17:47:16.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition)
-2024-09-20 17:47:16.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.'
-2024-09-20 17:47:16.875 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.)
-2024-09-20 17:47:16.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.876 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.876 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18f20ad5)
-2024-09-20 17:47:16.877 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.878 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.879 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf'
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf)
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
-2024-09-20 17:47:16.880 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.881 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6af8226d)
-2024-09-20 17:47:16.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.883 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.883 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.883 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless'
-2024-09-20 17:47:16.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless)
-2024-09-20 17:47:16.884 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
-2024-09-20 17:47:16.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
-2024-09-20 17:47:16.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.885 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.885 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b2efc55)
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.886 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.887 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.887 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.887 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory'
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory)
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created'
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created)
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.888 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78e627b7)
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.889 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled'
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled)
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging'
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging)
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false'
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false)
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.891 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@704a3edc)
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.892 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding'
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding)
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file'
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file)
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.893 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.894 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b8a81f2)
-2024-09-20 17:47:16.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.895 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.895 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat'
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat)
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date date based log rotation.'
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date date based log rotation.)
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.896 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67fa0282)
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale'
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale)
-2024-09-20 17:47:16.897 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines'
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines)
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ee84a55)
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.899 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern'
-2024-09-20 17:47:16.900 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern)
-2024-09-20 17:47:16.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines'
-2024-09-20 17:47:16.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines)
-2024-09-20 17:47:16.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.901 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.901 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.902 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ff53d8a)
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.903 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix'
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix)
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames'
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames)
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.904 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ffa897)
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.905 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable'
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable)
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.'
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.)
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.906 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37a64418)
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate'
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate)
-2024-09-20 17:47:16.908 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.'
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.)
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5bf01a5b)
-2024-09-20 17:47:16.909 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix'
-2024-09-20 17:47:16.910 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix)
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames'
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames)
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.912 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d4f75c2)
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
-2024-09-20 17:47:16.913 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is'
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is)
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.914 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@89d1ec)
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.915 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name'
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name)
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.916 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName'
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName)
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.'
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.)
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@50ad361)
-2024-09-20 17:47:16.917 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.918 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.918 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.918 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5e733359)
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.919 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ExtendedAccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.ExtendedAccessLogValve])
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.920 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SemaphoreValve'
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SemaphoreValve)
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that does concurrency control'
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that does concurrency control)
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.SemaphoreValve'
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.SemaphoreValve)
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.922 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.923 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5894bc30)
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.924 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'block'
-2024-09-20 17:47:16.925 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=block)
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked until a permit is available?'
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked until a permit is available?)
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16dc007f)
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.926 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.927 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@451e481e)
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.929 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'concurrency'
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=concurrency)
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Desired concurrency level'
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Desired concurrency level)
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.930 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@230521f)
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.931 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fairness'
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fairness)
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Use a fair semaphore'
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Use a fair semaphore)
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.932 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fb80b55)
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.933 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'interruptible'
-2024-09-20 17:47:16.934 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=interruptible)
-2024-09-20 17:47:16.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked interruptibly until a permit is available?'
-2024-09-20 17:47:16.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked interruptibly until a permit is available?)
-2024-09-20 17:47:16.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.935 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9912325)
-2024-09-20 17:47:16.936 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.937 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.939 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.939 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e78d4b1)
-2024-09-20 17:47:16.940 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.941 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SemaphoreValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that does concurrency control, group=Valve, type=org.apache.catalina.valves.SemaphoreValve])
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.942 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteAddrValve'
-2024-09-20 17:47:16.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteAddrValve)
-2024-09-20 17:47:16.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address'
-2024-09-20 17:47:16.943 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address)
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteAddrValve'
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteAddrValve)
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.944 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort'
-2024-09-20 17:47:16.946 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort)
-2024-09-20 17:47:16.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon'
-2024-09-20 17:47:16.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon)
-2024-09-20 17:47:16.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.947 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.947 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ed8d9cb)
-2024-09-20 17:47:16.948 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow'
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow)
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression'
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression)
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.949 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1859fe6)
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.951 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid'
-2024-09-20 17:47:16.952 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid)
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct'
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct)
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.953 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10d0cf8)
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.954 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.955 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@79289d34)
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.956 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.957 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c6055b)
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny'
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny)
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression'
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression)
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.958 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c11c02a)
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.959 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus'
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus)
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request'
-2024-09-20 17:47:16.960 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request)
-2024-09-20 17:47:16.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.962 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.962 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4592639c)
-2024-09-20 17:47:16.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.963 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid'
-2024-09-20 17:47:16.964 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid)
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct'
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct)
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.965 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@786e8727)
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.966 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny'
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny)
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny'
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny)
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.967 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4933a9ac)
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.968 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:16.969 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b812030)
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.970 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed'
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed)
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this IP address value is allowed access by the current valve configuration'
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this IP address value is allowed access by the current valve configuration)
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.972 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'ipAddress'
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=ipAddress)
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'IP address to be tested'
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=IP address to be tested)
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.973 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3d59305f)
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:16.974 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3182cf6c)
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:16.975 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteAddrValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address, group=Valve, type=org.apache.catalina.valves.RemoteAddrValve])
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:16.976 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.977 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteHostValve'
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteHostValve)
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name'
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name)
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteHostValve'
-2024-09-20 17:47:16.978 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteHostValve)
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort'
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort)
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon'
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon)
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.979 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65287e39)
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.980 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.981 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.981 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.981 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow'
-2024-09-20 17:47:16.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow)
-2024-09-20 17:47:16.982 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression'
-2024-09-20 17:47:16.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression)
-2024-09-20 17:47:16.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.983 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.983 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74a420c)
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.985 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.986 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.986 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.986 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid'
-2024-09-20 17:47:16.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid)
-2024-09-20 17:47:16.987 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct'
-2024-09-20 17:47:16.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct)
-2024-09-20 17:47:16.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.988 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73e55172)
-2024-09-20 17:47:16.989 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:16.991 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@543b09cd)
-2024-09-20 17:47:16.992 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:16.993 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.994 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72446cc5)
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.995 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny'
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny)
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression'
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression)
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.996 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@274b0aa3)
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus'
-2024-09-20 17:47:16.997 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus)
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request'
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request)
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e7cb1f9)
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:16.998 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid'
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid)
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct'
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct)
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:16.999 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7285ba9a)
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny'
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny)
-2024-09-20 17:47:17.001 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny'
-2024-09-20 17:47:17.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny)
-2024-09-20 17:47:17.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.002 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.002 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2376d24b)
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.003 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.004 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c97ca94)
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.005 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed'
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed)
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this host name is allowed access by the current valve configuration'
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this host name is allowed access by the current valve configuration)
-2024-09-20 17:47:17.006 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'hostName'
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=hostName)
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'host name to be tested'
-2024-09-20 17:47:17.008 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=host name to be tested)
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@477f4b86)
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.009 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@18717899)
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.010 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name, group=Valve, type=org.apache.catalina.valves.RemoteHostValve])
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.011 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.012 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.012 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteIpValve'
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteIpValve)
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that sets client information (eg IP address) based on data from a trusted proxy'
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that sets client information (eg IP address) based on data from a trusted proxy)
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteIpValve'
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteIpValve)
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.013 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.015 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d801556)
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.016 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpServerPort'
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpServerPort)
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol'
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol)
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.017 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6fa1bd18)
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.018 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpsServerPort'
-2024-09-20 17:47:17.019 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpsServerPort)
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol'
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol)
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@523ff811)
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.020 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'internalProxies'
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=internalProxies)
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of internal proxies'
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of internal proxies)
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.022 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4119f77f)
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.023 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeader'
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeader)
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol header (e.g. "X-Forwarded-Proto")'
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol header (e.g. "X-Forwarded-Proto"))
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.024 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c3e60af)
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeaderHttpsValue'
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeaderHttpsValue)
-2024-09-20 17:47:17.025 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of the protocol header for incoming https request (e.g. "https")'
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of the protocol header for incoming https request (e.g. "https"))
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e954d4d)
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.026 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxiesHeader'
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxiesHeader)
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The proxies header name (e.g. "X-Forwarded-By")'
-2024-09-20 17:47:17.027 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The proxies header name (e.g. "X-Forwarded-By"))
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c7c7fe)
-2024-09-20 17:47:17.028 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'remoteIpHeader'
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=remoteIpHeader)
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The remote IP header name (e.g. "X-Forwarded-For")'
-2024-09-20 17:47:17.029 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The remote IP header name (e.g. "X-Forwarded-For"))
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d6b7af6)
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.030 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.032 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@326f48ec)
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.033 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trustedProxies'
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trustedProxies)
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of trusted proxies'
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of trusted proxies)
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.034 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@361484c9)
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.035 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteIpValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that sets client information (eg IP address) based on data from a trusted proxy, group=Valve, type=org.apache.catalina.valves.RemoteIpValve])
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.036 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StuckThreadDetectionValve'
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StuckThreadDetectionValve)
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Detect long requests for which their thread might be stuck'
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Detect long requests for which their thread might be stuck)
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.StuckThreadDetectionValve'
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.StuckThreadDetectionValve)
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.037 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.038 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b514dc2)
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.039 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:17.040 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d3b2a94)
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.041 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.042 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.042 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.042 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:17.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:17.043 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:17.044 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.045 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15db21f7)
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.046 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadCount'
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadCount)
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Count of the threads currently considered stuck'
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Count of the threads currently considered stuck)
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.047 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77bcd49)
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.048 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadIds'
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadIds)
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.'
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.)
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long[]'
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long[])
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.049 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@645af39)
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.050 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadNames'
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadNames)
-2024-09-20 17:47:17.051 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Names of the threads currently considered stuck.'
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Names of the threads currently considered stuck.)
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String[]'
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String[])
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.052 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ae4aef)
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.054 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threshold'
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threshold)
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Duration in seconds after which a request is considered as stuck'
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Duration in seconds after which a request is considered as stuck)
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.055 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e3617d4)
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.056 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StuckThreadDetectionValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Detect long requests for which their thread might be stuck, group=Valve, type=org.apache.catalina.valves.StuckThreadDetectionValve])
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-)
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:17.057 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:17.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:17.059 DEBUG 22604 --- [background-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/tomcat/util/descriptor/web/mbeans-descriptors.xml
-2024-09-20 17:47:17.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@17fe9ade)
-2024-09-20 17:47:17.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:17.059 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:17.059 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextEnvironment'
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextEnvironment)
-2024-09-20 17:47:17.060 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextEnvironmentMBean'
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextEnvironmentMBean)
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of an application environment entry'
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of an application environment entry)
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextEnvironment'
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextEnvironment)
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.061 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
-2024-09-20 17:47:17.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
-2024-09-20 17:47:17.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
-2024-09-20 17:47:17.062 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ce9c37f)
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.063 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this environment entry'
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this environment entry)
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.064 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ce00f3f)
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.065 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this environment entry'
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this environment entry)
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.066 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@321629c0)
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override'
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override)
-2024-09-20 17:47:17.068 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this environment entry allow overrides by the application deployment descriptor'
-2024-09-20 17:47:17.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this environment entry allow overrides by the application deployment descriptor)
-2024-09-20 17:47:17.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.069 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.069 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51dd7d36)
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.070 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry'
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry)
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.071 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@235dbe49)
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'value'
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=value)
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of this environment entry'
-2024-09-20 17:47:17.072 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of this environment entry)
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f08d4ea)
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.073 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextEnvironment, className=org.apache.catalina.mbeans.ContextEnvironmentMBean, description=Representation of an application environment entry, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextEnvironment])
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:17.074 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResource'
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResource)
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceMBean'
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceMBean)
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource reference for a web application'
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource reference for a web application)
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.075 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResource'
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResource)
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.076 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'auth'
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=auth)
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The authorization requirement for this resource'
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The authorization requirement for this resource)
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c53b8e2)
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.077 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource'
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource)
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.079 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56dd5c93)
-2024-09-20 17:47:17.080 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource'
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource)
-2024-09-20 17:47:17.081 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18bc0ff7)
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scope'
-2024-09-20 17:47:17.082 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scope)
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The sharing scope of this resource factory'
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The sharing scope of this resource factory)
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31ba378e)
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.083 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry'
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry)
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.084 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.085 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.085 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@405f0df3)
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.086 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResource, className=org.apache.catalina.mbeans.ContextResourceMBean, description=Representation of a resource reference for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResource])
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
- )
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResourceLink'
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResourceLink)
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceLinkMBean'
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceLinkMBean)
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource link for a web application'
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource link for a web application)
-2024-09-20 17:47:17.087 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResourceLink'
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResourceLink)
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.089 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'global'
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=global)
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global name of this resource'
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global name of this resource)
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.090 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7cdaf8af)
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource'
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource)
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.091 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4619374)
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.092 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.093 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
-2024-09-20 17:47:17.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
-2024-09-20 17:47:17.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource'
-2024-09-20 17:47:17.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource)
-2024-09-20 17:47:17.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.094 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.094 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.095 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6487c231)
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this resource'
-2024-09-20 17:47:17.096 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this resource)
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c0f6bc7)
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.097 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResourceLink, className=org.apache.catalina.mbeans.ContextResourceLinkMBean, description=Representation of a resource link for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResourceLink])
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.098 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
-
-
-)
-2024-09-20 17:47:17.099 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:17.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:17.099 DEBUG 22604 --- [background-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.099 DEBUG 22604 --- [background-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:17.099 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=MBeanFactory
-2024-09-20 17:47:17.099 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.catalina.mbeans.MBeanFactory@40021799 Tomcat:type=MBeanFactory
-2024-09-20 17:47:17.100 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=NamingResources
-2024-09-20 17:47:17.100 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.catalina.deploy.NamingResourcesImpl@332f25c8 Tomcat:type=NamingResources
-2024-09-20 17:47:17.100 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Service
-2024-09-20 17:47:17.103 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardService[Tomcat] Tomcat:type=Service
-2024-09-20 17:47:17.103 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Engine
-2024-09-20 17:47:17.104 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardEngine[Tomcat] Tomcat:type=Engine
-2024-09-20 17:47:17.104 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Mapper
-2024-09-20 17:47:17.104 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:17.104 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/mapper/mbeans-descriptors.xml
-2024-09-20 17:47:17.104 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@264c5d07)
-2024-09-20 17:47:17.104 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:17.105 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.105 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:17.105 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.105 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.105 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.105 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.105 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Mapper'
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Mapper)
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Maps requests received by the associated connector to Hosts, Contexts and Wrappers'
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Maps requests received by the associated connector to Hosts, Contexts and Wrappers)
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Mapper'
-2024-09-20 17:47:17.106 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Mapper)
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.mapper.MapperListener'
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.mapper.MapperListener)
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.107 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.108 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@847f3e7)
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.109 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:17.110 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
-2024-09-20 17:47:17.112 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
-2024-09-20 17:47:17.112 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:17.112 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:17.112 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.112 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.113 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@69cac930)
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.114 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.115 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@19593091)
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.116 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
-2024-09-20 17:47:17.117 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.118 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d39f2d8)
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.119 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.120 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6ad6fa53)
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.121 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Mapper, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Maps requests received by the associated connector to Hosts, Contexts and Wrappers, group=Mapper, type=org.apache.catalina.mapper.MapperListener])
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-)
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:17.123 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-'
-2024-09-20 17:47:17.124 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.124 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:17.124 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.catalina.mapper.MapperListener@55ea2d70 Tomcat:type=Mapper
-2024-09-20 17:47:17.124 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Connector,port=8101
-2024-09-20 17:47:17.125 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister Connector[HTTP/1.1-8101] Tomcat:type=Connector,port=8101
-2024-09-20 17:47:17.127 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol parseBodyMethods=POST)
-2024-09-20 17:47:17.127 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint parseBodyMethods=POST)
-2024-09-20 17:47:17.127 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=ProtocolHandler,port=8101
-2024-09-20 17:47:17.127 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:17.127 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/coyote/mbeans-descriptors.xml
-2024-09-20 17:47:17.129 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@67a056f1)
-2024-09-20 17:47:17.129 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:17.129 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.129 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:17.129 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.129 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.129 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.129 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RequestGroupInfo'
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RequestGroupInfo)
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Runtime information of a group of requests'
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Runtime information of a group of requests)
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.130 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Connector'
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Connector)
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.coyote.RequestGroupInfo'
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.coyote.RequestGroupInfo)
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.131 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.132 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.132 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.132 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
-2024-09-20 17:47:17.132 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
-2024-09-20 17:47:17.132 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum time to process a request'
-2024-09-20 17:47:17.132 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum time to process a request)
-2024-09-20 17:47:17.132 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1dab9dd6)
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.133 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total time to process the requests'
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total time to process the requests)
-2024-09-20 17:47:17.134 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.135 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.135 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.135 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.135 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.135 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.135 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@247667dd)
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.136 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of requests processed'
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of requests processed)
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.137 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.144 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.144 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.144 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.144 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.144 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f099cef)
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.145 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of errors'
-2024-09-20 17:47:17.146 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of errors)
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.147 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@afb5821)
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.148 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bytesReceived'
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bytesReceived)
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of data received, in bytes'
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of data received, in bytes)
-2024-09-20 17:47:17.149 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.150 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.151 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4bff2185)
-2024-09-20 17:47:17.151 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.151 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.151 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.151 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.151 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.151 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.151 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.152 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.152 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.152 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.152 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.152 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bytesSent'
-2024-09-20 17:47:17.152 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bytesSent)
-2024-09-20 17:47:17.152 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of data sent, in bytes'
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of data sent, in bytes)
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.153 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c20ffa8)
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.154 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resetCounters'
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resetCounters)
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Reset counters'
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Reset counters)
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:17.156 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.157 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7fedfe27)
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.158 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.174 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.174 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.174 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RequestGroupInfo, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Runtime information of a group of requests, group=Connector, type=org.apache.coyote.RequestGroupInfo])
-2024-09-20 17:47:17.174 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.174 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.175 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.175 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.175 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-)
-2024-09-20 17:47:17.175 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.175 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:17.175 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-'
-2024-09-20 17:47:17.175 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.176 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:17.176 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Introspecting
-2024-09-20 17:47:17.177 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.net.InetAddress org.apache.coyote.AbstractProtocol.getAddress()
-2024-09-20 17:47:17.177 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.coyote.Adapter org.apache.coyote.AbstractProtocol.getAdapter()
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.Executor org.apache.coyote.AbstractProtocol.getExecutor()
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.coyote.AbstractProtocol.setExecutor(java.util.concurrent.Executor) interface java.util.concurrent.Executor
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.coyote.AbstractProtocol.setAddress(java.net.InetAddress) class java.net.InetAddress
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.coyote.AbstractProtocol.setAdapter(org.apache.coyote.Adapter) interface org.apache.coyote.Adapter
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.util.concurrent.ScheduledExecutorService org.apache.coyote.AbstractProtocol.getUtilityExecutor()
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.coyote.AbstractProtocol.setUtilityExecutor(java.util.concurrent.ScheduledExecutorService) interface java.util.concurrent.ScheduledExecutorService
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute minSpareThreads public int org.apache.coyote.AbstractProtocol.getMinSpareThreads() public void org.apache.coyote.AbstractProtocol.setMinSpareThreads(int)
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCACertificateFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCACertificateFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCACertificateFile(java.lang.String)
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute aprRequired public boolean org.apache.coyote.AbstractProtocol.isAprRequired() null
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute localPort public int org.apache.coyote.AbstractProtocol.getLocalPort() null
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute compression public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCompression() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompression(java.lang.String)
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLDisableCompression public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSSLDisableCompression() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLDisableCompression(boolean)
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute ciphers public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCiphers() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCiphers(java.lang.String)
-2024-09-20 17:47:17.178 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststorePass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststorePass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststorePass(java.lang.String)
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststoreProvider public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreProvider() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreProvider(java.lang.String)
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute portWithOffset public int org.apache.coyote.AbstractProtocol.getPortWithOffset() null
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clientCertProvider public java.lang.String org.apache.coyote.AbstractProtocol.getClientCertProvider() public void org.apache.coyote.AbstractProtocol.setClientCertProvider(java.lang.String)
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute nameIndex public synchronized int org.apache.coyote.AbstractProtocol.getNameIndex() null
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCertificateKeyFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateKeyFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateKeyFile(java.lang.String)
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keystoreType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreType(java.lang.String)
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute disableUploadTimeout public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getDisableUploadTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setDisableUploadTimeout(boolean)
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute serverRemoveAppProvidedValues public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getServerRemoveAppProvidedValues() public void org.apache.coyote.http11.AbstractHttp11Protocol.setServerRemoveAppProvidedValues(boolean)
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sslImplementationName public java.lang.String org.apache.coyote.http11.AbstractHttp11JsseProtocol.getSslImplementationName() public void org.apache.coyote.http11.AbstractHttp11JsseProtocol.setSslImplementationName(java.lang.String)
-2024-09-20 17:47:17.180 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxExtensionSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxExtensionSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxExtensionSize(int)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute restrictedUserAgents public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getRestrictedUserAgents() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRestrictedUserAgents(java.lang.String)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxSavePostSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxSavePostSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxSavePostSize(int)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute server public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getServer() public void org.apache.coyote.http11.AbstractHttp11Protocol.setServer(java.lang.String)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxSwallowSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxSwallowSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxSwallowSize(int)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCACertificatePath public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCACertificatePath() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCACertificatePath(java.lang.String)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keystorePass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystorePass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystorePass(java.lang.String)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute crlFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCrlFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCrlFile(java.lang.String)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute rejectIllegalHeaderName public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getRejectIllegalHeaderName() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRejectIllegalHeaderName(boolean)
-2024-09-20 17:47:17.181 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLHonorCipherOrder public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSSLHonorCipherOrder() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLHonorCipherOrder(boolean)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute pollerThreadCount public int org.apache.coyote.http11.Http11NioProtocol.getPollerThreadCount() public void org.apache.coyote.http11.Http11NioProtocol.setPollerThreadCount(int)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCertificateFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateFile(java.lang.String)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute relaxedPathChars public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getRelaxedPathChars() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRelaxedPathChars(java.lang.String)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processorCache public int org.apache.coyote.AbstractProtocol.getProcessorCache() public void org.apache.coyote.AbstractProtocol.setProcessorCache(int)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute port public int org.apache.coyote.AbstractProtocol.getPort() public void org.apache.coyote.AbstractProtocol.setPort(int)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute connectionTimeout public int org.apache.coyote.AbstractProtocol.getConnectionTimeout() public void org.apache.coyote.AbstractProtocol.setConnectionTimeout(int)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxHeaderCount public int org.apache.coyote.AbstractProtocol.getMaxHeaderCount() public void org.apache.coyote.AbstractProtocol.setMaxHeaderCount(int)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute acceptCount public int org.apache.coyote.AbstractProtocol.getAcceptCount() public void org.apache.coyote.AbstractProtocol.setAcceptCount(int)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute threadPriority public int org.apache.coyote.AbstractProtocol.getThreadPriority() public void org.apache.coyote.AbstractProtocol.setThreadPriority(int)
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute objectName public javax.management.ObjectName org.apache.coyote.AbstractProtocol.getObjectName() null
-2024-09-20 17:47:17.182 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute compressibleMimeType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCompressibleMimeType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompressibleMimeType(java.lang.String)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute pollerThreadPriority public int org.apache.coyote.http11.Http11NioProtocol.getPollerThreadPriority() public void org.apache.coyote.http11.Http11NioProtocol.setPollerThreadPriority(int)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute tcpNoDelay public boolean org.apache.coyote.AbstractProtocol.getTcpNoDelay() public void org.apache.coyote.AbstractProtocol.setTcpNoDelay(boolean)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLVerifyDepth public int org.apache.coyote.http11.AbstractHttp11Protocol.getSSLVerifyDepth() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLVerifyDepth(int)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute trustMaxCertLength public int org.apache.coyote.http11.AbstractHttp11Protocol.getTrustMaxCertLength() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTrustMaxCertLength(int)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute acceptorThreadPriority public int org.apache.coyote.AbstractProtocol.getAcceptorThreadPriority() public void org.apache.coyote.AbstractProtocol.setAcceptorThreadPriority(int)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sslProtocol public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSslProtocol() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSslProtocol(java.lang.String)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCacheSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getSessionCacheSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSessionCacheSize(int)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sendfileSupported public boolean org.apache.coyote.AbstractProtocol.isSendfileSupported() null
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useServerCipherSuitesOrder public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getUseServerCipherSuitesOrder() public void org.apache.coyote.http11.AbstractHttp11Protocol.setUseServerCipherSuitesOrder(boolean)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionTimeout public int org.apache.coyote.http11.AbstractHttp11Protocol.getSessionTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSessionTimeout(int)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute defaultSSLHostConfigName public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getDefaultSSLHostConfigName() public void org.apache.coyote.http11.AbstractHttp11Protocol.setDefaultSSLHostConfigName(java.lang.String)
-2024-09-20 17:47:17.183 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLProtocol public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLProtocol() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLProtocol(java.lang.String)
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute name public java.lang.String org.apache.coyote.AbstractProtocol.getName() null
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute compressibleMimeTypes public java.lang.String[] org.apache.coyote.http11.AbstractHttp11Protocol.getCompressibleMimeTypes() null
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLVerifyClient public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLVerifyClient() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLVerifyClient(java.lang.String)
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useSendfile public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getUseSendfile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setUseSendfile(boolean)
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keyPass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeyPass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeyPass(java.lang.String)
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxThreads public int org.apache.coyote.AbstractProtocol.getMaxThreads() public void org.apache.coyote.AbstractProtocol.setMaxThreads(int)
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute compressionMinSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getCompressionMinSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompressionMinSize(int)
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keyAlias public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeyAlias() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeyAlias(java.lang.String)
-2024-09-20 17:47:17.184 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sslEnabledProtocols public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSslEnabledProtocols() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSslEnabledProtocols(java.lang.String)
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute noCompressionUserAgents public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getNoCompressionUserAgents() public void org.apache.coyote.http11.AbstractHttp11Protocol.setNoCompressionUserAgents(java.lang.String)
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute selectorTimeout public long org.apache.coyote.http11.Http11NioProtocol.getSelectorTimeout() public void org.apache.coyote.http11.Http11NioProtocol.setSelectorTimeout(long)
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute trustManagerClassName public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTrustManagerClassName() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTrustManagerClassName(java.lang.String)
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCARevocationFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCARevocationFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCARevocationFile(java.lang.String)
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute paused public boolean org.apache.coyote.AbstractProtocol.isPaused() null
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCipherSuite public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCipherSuite() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCipherSuite(java.lang.String)
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststoreFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreFile(java.lang.String)
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keepAliveTimeout public int org.apache.coyote.AbstractProtocol.getKeepAliveTimeout() public void org.apache.coyote.AbstractProtocol.setKeepAliveTimeout(int)
-2024-09-20 17:47:17.185 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allowedTrailerHeaders public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getAllowedTrailerHeaders() public void org.apache.coyote.http11.AbstractHttp11Protocol.setAllowedTrailerHeaders(java.lang.String)
-2024-09-20 17:47:17.186 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute connectionCount public long org.apache.coyote.AbstractProtocol.getConnectionCount() null
-2024-09-20 17:47:17.186 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute secure public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSecure() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSecure(boolean)
-2024-09-20 17:47:17.186 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keystoreProvider public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreProvider() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreProvider(java.lang.String)
-2024-09-20 17:47:17.186 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute connectionUploadTimeout public int org.apache.coyote.http11.AbstractHttp11Protocol.getConnectionUploadTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setConnectionUploadTimeout(int)
-2024-09-20 17:47:17.186 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLPassword public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLPassword() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLPassword(java.lang.String)
-2024-09-20 17:47:17.186 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststoreAlgorithm public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreAlgorithm() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreAlgorithm(java.lang.String)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute domain public java.lang.String org.apache.coyote.AbstractProtocol.getDomain() null
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute acceptorThreadCount public int org.apache.coyote.AbstractProtocol.getAcceptorThreadCount() public void org.apache.coyote.AbstractProtocol.setAcceptorThreadCount(int)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxKeepAliveRequests public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxKeepAliveRequests() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxKeepAliveRequests(int)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCertificateChainFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateChainFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateChainFile(java.lang.String)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sniParseLimit public int org.apache.coyote.http11.AbstractHttp11JsseProtocol.getSniParseLimit() public void org.apache.coyote.http11.AbstractHttp11JsseProtocol.setSniParseLimit(int)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allowHostHeaderMismatch public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getAllowHostHeaderMismatch() public void org.apache.coyote.http11.AbstractHttp11Protocol.setAllowHostHeaderMismatch(boolean)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clientAuth public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getClientAuth() public void org.apache.coyote.http11.AbstractHttp11Protocol.setClientAuth(java.lang.String)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLCARevocationPath public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCARevocationPath() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCARevocationPath(java.lang.String)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute algorithm public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getAlgorithm() public void org.apache.coyote.http11.AbstractHttp11Protocol.setAlgorithm(java.lang.String)
-2024-09-20 17:47:17.187 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute keystoreFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreFile(java.lang.String)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxHttpHeaderSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxHttpHeaderSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxHttpHeaderSize(int)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute relaxedQueryChars public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getRelaxedQueryChars() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRelaxedQueryChars(java.lang.String)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute connectionLinger public int org.apache.coyote.AbstractProtocol.getConnectionLinger() public void org.apache.coyote.AbstractProtocol.setConnectionLinger(int)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLDisableSessionTickets public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSSLDisableSessionTickets() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLDisableSessionTickets(boolean)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxTrailerSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxTrailerSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxTrailerSize(int)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute truststoreType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreType(java.lang.String)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute portOffset public int org.apache.coyote.AbstractProtocol.getPortOffset() public void org.apache.coyote.AbstractProtocol.setPortOffset(int)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxConnections public int org.apache.coyote.AbstractProtocol.getMaxConnections() public void org.apache.coyote.AbstractProtocol.setMaxConnections(int)
-2024-09-20 17:47:17.188 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sSLEnabled public boolean org.apache.coyote.http11.AbstractHttp11Protocol.isSSLEnabled() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLEnabled(boolean)
-2024-09-20 17:47:17.189 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.coyote.http11.Http11NioProtocol
-2024-09-20 17:47:17.189 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.http11.Http11NioProtocol@2f879bab Tomcat:type=ProtocolHandler,port=8101
-2024-09-20 17:47:17.189 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=GlobalRequestProcessor,name="http-nio-8101"
-2024-09-20 17:47:17.189 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister BaseModelMbean[null] Tomcat:type=GlobalRequestProcessor,name="http-nio-8101"
-2024-09-20 17:47:17.189 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister null Tomcat:type=GlobalRequestProcessor,name="http-nio-8101"
-2024-09-20 17:47:17.190 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=ThreadPool,name="http-nio-8101"
-2024-09-20 17:47:17.190 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:17.190 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/tomcat/util/net/mbeans-descriptors.xml
-2024-09-20 17:47:17.190 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@56ccd751)
-2024-09-20 17:47:17.190 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:17.190 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.191 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NioEndpoint'
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NioEndpoint)
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'ThreadPool'
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=ThreadPool)
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.net.NioEndpoint'
-2024-09-20 17:47:17.192 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.net.NioEndpoint)
-2024-09-20 17:47:17.193 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.193 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.193 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.193 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.193 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.194 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.194 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.194 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.194 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
-2024-09-20 17:47:17.194 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
-2024-09-20 17:47:17.194 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.194 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.194 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d66530f)
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.195 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.196 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadCount'
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadCount)
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.197 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d207fad)
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.198 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadPriority'
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadPriority)
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.199 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72ed9aad)
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.200 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.201 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.201 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.201 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.201 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.201 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.201 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alpnSupported'
-2024-09-20 17:47:17.202 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alpnSupported)
-2024-09-20 17:47:17.202 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.202 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.202 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.202 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.202 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.202 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.202 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4690f583)
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.203 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.204 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bindOnInit'
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bindOnInit)
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.205 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59712875)
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.207 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionCount'
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionCount)
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.208 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47b2e9e1)
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.209 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.210 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.210 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.210 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
-2024-09-20 17:47:17.210 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
-2024-09-20 17:47:17.210 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.210 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.210 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59942b48)
-2024-09-20 17:47:17.211 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.213 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.214 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1869f114)
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.215 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadCount'
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadCount)
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.216 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.217 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.217 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.217 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.217 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.217 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.217 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.217 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.217 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.218 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.218 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.218 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@488b50ec)
-2024-09-20 17:47:17.218 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.218 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.218 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.218 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.218 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadsBusy'
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadsBusy)
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.219 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.221 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.221 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.221 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.221 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.221 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.222 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.222 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.222 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.222 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18a645fd)
-2024-09-20 17:47:17.222 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.222 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.222 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.223 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.224 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6090f3ca)
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.225 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultSSLHostConfigName'
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultSSLHostConfigName)
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.226 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.227 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.227 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.227 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.227 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.227 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.227 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37a64f9d)
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.228 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deferAccept'
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deferAccept)
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.229 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25b865b5)
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.230 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'domain'
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=domain)
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.231 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f9b5552)
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.232 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorTerminationTimeoutMillis'
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorTerminationTimeoutMillis)
-2024-09-20 17:47:17.233 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.234 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.235 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6872f9c8)
-2024-09-20 17:47:17.235 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.235 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.235 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.235 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.235 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.235 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.236 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.236 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.236 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.236 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.236 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.236 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveCount'
-2024-09-20 17:47:17.236 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveCount)
-2024-09-20 17:47:17.237 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.237 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.237 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.237 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.237 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.237 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.237 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.237 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d2d99fc)
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.238 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.239 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@bdecc21)
-2024-09-20 17:47:17.240 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.241 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.241 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.241 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.241 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.241 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.242 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.243 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.243 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.243 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.243 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.243 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.243 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.243 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.243 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e3a39cd)
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.244 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxConnections'
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxConnections)
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.245 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21f9277b)
-2024-09-20 17:47:17.246 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.247 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
-2024-09-20 17:47:17.248 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
-2024-09-20 17:47:17.248 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.248 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.248 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.248 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.248 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.248 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.248 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@201aa8c1)
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.249 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.250 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.252 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.252 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d58c727)
-2024-09-20 17:47:17.252 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.253 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.253 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.253 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.253 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.253 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.253 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.254 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52a36910)
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.255 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'modelerType'
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=modelerType)
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.256 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.257 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a095ec0)
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.258 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.259 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f20a5e0)
-2024-09-20 17:47:17.260 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.260 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.260 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.260 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.260 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.260 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.260 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.261 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.262 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54da32dc)
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.263 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pollerThreadCount'
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pollerThreadCount)
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.264 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d782abe)
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.265 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pollerThreadPriority'
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pollerThreadPriority)
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.266 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.267 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.267 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.267 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6df7988f)
-2024-09-20 17:47:17.267 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.267 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.267 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.267 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.267 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.268 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.269 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.269 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.269 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.269 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.269 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27b22f74)
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.270 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.271 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22fba58c)
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
-2024-09-20 17:47:17.272 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.273 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e8a46b7)
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.274 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'running'
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=running)
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.275 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fe88a09)
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.276 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.277 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.277 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.277 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.277 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.277 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.277 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.277 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.277 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sSLEnabled'
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sSLEnabled)
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.278 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1917d90f)
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.279 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'selectorTimeout'
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=selectorTimeout)
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66bfd864)
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.280 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sniParseLimit'
-2024-09-20 17:47:17.282 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sniParseLimit)
-2024-09-20 17:47:17.283 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.283 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.283 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.283 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.283 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.283 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.283 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4aac85fa)
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.284 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.285 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.285 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.285 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.285 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslImplementation'
-2024-09-20 17:47:17.285 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslImplementation)
-2024-09-20 17:47:17.285 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.util.net.SSLImplementation'
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.util.net.SSLImplementation)
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.286 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21fff664)
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.287 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslImplementationName'
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslImplementationName)
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.288 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6079cf5)
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.289 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.290 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e6308a9)
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.291 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.292 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.293 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.293 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.293 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.293 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.293 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30cecdca)
-2024-09-20 17:47:17.293 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.293 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.293 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.294 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.294 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.294 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.294 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.294 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.295 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.295 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.295 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.295 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useInheritedChannel'
-2024-09-20 17:47:17.295 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useInheritedChannel)
-2024-09-20 17:47:17.295 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.295 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.295 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6edc4161)
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.296 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.297 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.297 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.297 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.297 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.297 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.297 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.297 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.297 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.298 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.298 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useSendfile'
-2024-09-20 17:47:17.298 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useSendfile)
-2024-09-20 17:47:17.298 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.298 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.298 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.298 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.298 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.299 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.299 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.301 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.302 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.305 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.306 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5486887b)
-2024-09-20 17:47:17.308 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.309 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.309 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.309 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.309 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.309 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addNegotiatedProtocol'
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addNegotiatedProtocol)
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.310 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.311 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.311 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.311 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.311 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.311 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.311 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.312 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5226e402)
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.313 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1440c311)
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.314 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'bind'
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=bind)
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.315 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@189b5fb1)
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.316 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'closeServerSocketGraceful'
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=closeServerSocketGraceful)
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.317 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@783ec989)
-2024-09-20 17:47:17.318 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.319 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.319 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.319 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.319 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.319 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.319 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.319 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.320 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.320 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.320 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.320 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createExecutor'
-2024-09-20 17:47:17.320 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createExecutor)
-2024-09-20 17:47:17.320 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.320 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.322 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1ddd3478)
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.323 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.324 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@f973499)
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.325 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSslHostConfigs'
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSslHostConfigs)
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lorg.apache.tomcat.util.net.SSLHostConfig;'
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lorg.apache.tomcat.util.net.SSLHostConfig;)
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.326 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.327 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.327 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.327 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4d33940d)
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.328 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getAttribute'
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getAttribute)
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.Object'
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.Object)
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.329 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.330 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.330 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.331 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.331 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.331 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.331 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.331 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.331 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.332 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@43cf6ea3)
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.333 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37c5fc56)
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.334 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.335 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getProperty'
-2024-09-20 17:47:17.335 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getProperty)
-2024-09-20 17:47:17.335 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:17.335 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:17.335 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.335 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.335 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.336 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1c025cb)
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.337 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50825a02)
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.338 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.339 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.339 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.339 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.339 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.339 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.339 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.339 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.339 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'hasNegotiableProtocols'
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=hasNegotiableProtocols)
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.340 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@68809cc7)
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.341 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.342 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.342 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.342 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.342 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:17.343 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:17.343 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.343 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.343 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@703feacd)
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.344 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.345 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.345 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.345 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.345 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.345 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.345 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.345 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.346 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.346 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.346 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
-2024-09-20 17:47:17.346 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
-2024-09-20 17:47:17.346 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.346 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.346 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.346 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.347 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.347 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.347 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.347 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.347 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.347 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.347 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7051777c)
-2024-09-20 17:47:17.347 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.348 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.348 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.348 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.348 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.348 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.348 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.348 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.348 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.349 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.349 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.349 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfig'
-2024-09-20 17:47:17.349 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfig)
-2024-09-20 17:47:17.349 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.349 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.349 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.349 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.350 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.350 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.350 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.350 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.350 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.350 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.350 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.350 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.351 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.351 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.351 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.351 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.351 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.352 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.352 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.352 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.352 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.352 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.352 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3241713e)
-2024-09-20 17:47:17.352 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.353 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.354 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.354 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.354 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5ecba515)
-2024-09-20 17:47:17.354 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.354 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.354 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.354 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.354 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.355 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.355 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.356 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.356 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.356 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.356 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.356 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfigs'
-2024-09-20 17:47:17.356 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfigs)
-2024-09-20 17:47:17.356 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.357 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.357 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.357 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.357 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.357 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.357 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.358 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.358 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.358 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.358 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@512d4583)
-2024-09-20 17:47:17.358 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.358 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.358 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.359 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.359 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.359 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.359 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.359 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.359 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.359 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.359 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSslHostConfig'
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSslHostConfig)
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.tomcat.util.net.SSLHostConfig'
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.tomcat.util.net.SSLHostConfig)
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.360 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.361 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.361 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.361 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.361 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.362 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.363 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.363 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.363 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2abc224d)
-2024-09-20 17:47:17.363 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.363 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.363 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.363 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.363 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.364 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.364 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.364 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.364 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.364 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.364 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.364 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.364 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@13cd7ea5)
-2024-09-20 17:47:17.365 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.365 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.365 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.365 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.365 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.365 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.365 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.365 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.366 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.366 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.366 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.366 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
-2024-09-20 17:47:17.366 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
-2024-09-20 17:47:17.366 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.366 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.367 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.367 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.367 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.367 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.367 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.367 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.367 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.367 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.368 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@102d92c4)
-2024-09-20 17:47:17.368 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.368 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.368 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.368 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.368 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.369 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.369 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.369 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.370 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.370 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.370 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.371 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'setProperty'
-2024-09-20 17:47:17.371 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=setProperty)
-2024-09-20 17:47:17.371 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:17.371 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:17.371 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.371 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.371 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.371 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.373 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.373 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.373 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.373 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.373 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.373 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.374 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.374 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.374 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.374 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.374 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.374 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.374 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.375 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.375 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.375 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.375 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2b97cc1f)
-2024-09-20 17:47:17.375 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.376 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.376 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.376 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.376 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.376 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.376 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.377 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.377 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.377 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.377 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.377 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param1'
-2024-09-20 17:47:17.378 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param1)
-2024-09-20 17:47:17.378 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.378 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.378 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.378 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.378 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.378 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.378 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.379 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.379 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.379 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.379 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@60723d6a)
-2024-09-20 17:47:17.379 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.380 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.380 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.380 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.380 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.380 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.380 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.380 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:17.380 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.381 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.381 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.381 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.381 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@18324f97)
-2024-09-20 17:47:17.381 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.382 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.382 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.382 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.382 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.382 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.382 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.382 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.383 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.383 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.383 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.383 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'shutdownExecutor'
-2024-09-20 17:47:17.383 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=shutdownExecutor)
-2024-09-20 17:47:17.383 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.383 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.383 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@64f555e7)
-2024-09-20 17:47:17.384 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.385 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.385 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.385 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.385 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.385 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.385 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.385 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.386 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@71178a52)
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.387 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.388 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.388 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.388 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.388 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.388 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.388 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.388 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.388 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'startInternal'
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=startInternal)
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.389 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.390 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.390 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.390 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.390 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ff6077)
-2024-09-20 17:47:17.390 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.390 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.390 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.390 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.391 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.391 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.391 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.391 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.392 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.392 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.392 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.392 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:17.392 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:17.392 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.392 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.392 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.393 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.393 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.393 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.393 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.394 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.394 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.394 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.394 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@abbc908)
-2024-09-20 17:47:17.394 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.395 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.395 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.395 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.395 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.395 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.395 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.395 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.395 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.396 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.396 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.396 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stopInternal'
-2024-09-20 17:47:17.396 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stopInternal)
-2024-09-20 17:47:17.396 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.396 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.396 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@44afefd5)
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.397 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.398 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.398 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.398 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.398 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.398 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.398 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unbind'
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unbind)
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.399 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.400 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.400 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.400 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.400 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.400 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.400 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.400 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@9a7a808)
-2024-09-20 17:47:17.400 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.401 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.401 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.401 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.401 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.401 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.401 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.402 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.403 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.403 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.404 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.404 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.404 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NioEndpoint, className=org.apache.catalina.mbeans.ClassNameMBean, description=null, group=ThreadPool, type=org.apache.tomcat.util.net.NioEndpoint])
-2024-09-20 17:47:17.404 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.404 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.404 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.404 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.404 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Nio2Endpoint'
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Nio2Endpoint)
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
-2024-09-20 17:47:17.405 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
-2024-09-20 17:47:17.406 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.406 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.406 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'ThreadPool'
-2024-09-20 17:47:17.406 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=ThreadPool)
-2024-09-20 17:47:17.406 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.net.Nio2Endpoint'
-2024-09-20 17:47:17.406 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.net.Nio2Endpoint)
-2024-09-20 17:47:17.406 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.406 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
-2024-09-20 17:47:17.407 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.409 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72209d93)
-2024-09-20 17:47:17.410 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.410 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.410 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.410 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.411 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.411 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.411 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.411 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.412 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.412 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.412 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.412 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadCount'
-2024-09-20 17:47:17.413 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadCount)
-2024-09-20 17:47:17.413 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.413 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.413 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.413 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.413 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.413 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2687f956)
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.414 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadPriority'
-2024-09-20 17:47:17.415 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadPriority)
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.416 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ded7b14)
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.417 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.418 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.418 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.418 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.418 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alpnSupported'
-2024-09-20 17:47:17.418 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alpnSupported)
-2024-09-20 17:47:17.419 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.420 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.420 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.420 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.420 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.420 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.420 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.421 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.421 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.421 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.421 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.421 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.421 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.421 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.421 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29be7749)
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.422 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bindOnInit'
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bindOnInit)
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.423 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.424 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.424 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.424 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.424 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.424 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f84abe8)
-2024-09-20 17:47:17.424 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.424 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.424 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.425 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionCount'
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionCount)
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.426 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.427 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.427 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.427 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.427 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.428 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4650a407)
-2024-09-20 17:47:17.428 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.428 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.428 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.429 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.429 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.429 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.429 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.430 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.430 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.430 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.430 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.430 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
-2024-09-20 17:47:17.430 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
-2024-09-20 17:47:17.430 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.431 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30135202)
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.432 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.433 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.433 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.433 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.433 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
-2024-09-20 17:47:17.433 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
-2024-09-20 17:47:17.433 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.433 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a4d7f76)
-2024-09-20 17:47:17.434 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.435 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.435 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.435 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.435 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.435 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.436 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.436 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.437 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.437 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.437 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.438 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadCount'
-2024-09-20 17:47:17.438 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadCount)
-2024-09-20 17:47:17.438 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.438 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.438 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.439 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.439 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.439 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.439 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.440 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.440 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.440 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.440 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.440 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.440 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10ec523c)
-2024-09-20 17:47:17.440 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.440 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadsBusy'
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadsBusy)
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.441 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53dfacba)
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.443 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.444 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.444 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.445 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.445 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.445 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.445 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.445 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.446 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.446 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.446 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
-2024-09-20 17:47:17.446 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
-2024-09-20 17:47:17.446 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.446 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.446 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.447 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.447 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.447 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.447 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.447 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.447 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.447 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@79767781)
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.448 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultSSLHostConfigName'
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultSSLHostConfigName)
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.449 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78411116)
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.450 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.451 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.451 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.451 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.451 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.451 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.451 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.451 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.452 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deferAccept'
-2024-09-20 17:47:17.452 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deferAccept)
-2024-09-20 17:47:17.452 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.452 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.452 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.452 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.453 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.453 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.453 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.453 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.453 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.453 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@aced190)
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.454 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'domain'
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=domain)
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.455 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@245a060f)
-2024-09-20 17:47:17.456 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.457 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorTerminationTimeoutMillis'
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorTerminationTimeoutMillis)
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.458 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6edaa77a)
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.459 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.460 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.460 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.460 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.460 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveCount'
-2024-09-20 17:47:17.461 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveCount)
-2024-09-20 17:47:17.461 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.461 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.461 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.461 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.461 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.462 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.462 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.462 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.462 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.463 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.463 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.463 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.463 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e63d216)
-2024-09-20 17:47:17.463 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.464 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.464 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.464 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.464 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.464 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.465 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.465 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.465 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.465 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.465 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.465 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
-2024-09-20 17:47:17.465 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.466 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.467 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.467 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@62ddd21b)
-2024-09-20 17:47:17.467 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.467 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.467 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.467 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.468 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.468 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.468 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.468 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.468 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.468 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.468 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.469 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
-2024-09-20 17:47:17.469 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
-2024-09-20 17:47:17.469 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.469 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.470 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.470 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.470 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.470 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.470 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.470 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.471 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.471 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.471 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.471 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.471 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16c3ca31)
-2024-09-20 17:47:17.471 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.471 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.471 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.472 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.472 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.472 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.472 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.472 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.472 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.472 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxConnections'
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxConnections)
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.473 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.474 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.474 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.474 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d195ee4)
-2024-09-20 17:47:17.474 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.474 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.475 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.475 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.475 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.475 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.475 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.475 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.475 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.475 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.476 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.476 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
-2024-09-20 17:47:17.476 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
-2024-09-20 17:47:17.476 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.476 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.476 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.476 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.477 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.477 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.477 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.477 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.477 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.478 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.478 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d6aca33)
-2024-09-20 17:47:17.478 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.479 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.479 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.479 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.479 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.480 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.480 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.480 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.480 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.480 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.480 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.481 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
-2024-09-20 17:47:17.481 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
-2024-09-20 17:47:17.481 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.481 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.481 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.482 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.482 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.482 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.482 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.482 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.483 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.483 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.483 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21ab988f)
-2024-09-20 17:47:17.483 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.483 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.484 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.484 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.484 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.484 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.484 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.485 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.485 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.485 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.485 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.486 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
-2024-09-20 17:47:17.486 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
-2024-09-20 17:47:17.486 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.486 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.486 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.486 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.486 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.487 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.487 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.487 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.487 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.487 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.487 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29314cc9)
-2024-09-20 17:47:17.487 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.488 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.488 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.488 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.488 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.488 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.488 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.488 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.488 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'modelerType'
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=modelerType)
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.489 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.490 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.490 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.490 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.490 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.490 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.490 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.490 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.491 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e38d975)
-2024-09-20 17:47:17.491 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.491 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.491 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.491 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.491 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.491 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.492 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.492 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.492 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.492 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.492 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.492 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:17.492 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:17.492 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.493 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.493 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.493 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.493 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.493 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.493 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.495 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.495 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.495 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.495 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35f8a9d3)
-2024-09-20 17:47:17.495 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.495 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.495 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.496 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.496 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.496 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.496 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.496 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.497 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.498 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48ea2003)
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.499 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.500 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.501 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.501 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.501 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.501 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.501 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.501 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b1e7ad3)
-2024-09-20 17:47:17.501 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.501 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.502 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.502 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.502 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.502 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.502 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.502 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.504 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.504 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.504 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.504 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
-2024-09-20 17:47:17.505 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
-2024-09-20 17:47:17.505 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.505 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.505 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.505 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63e5e5b4)
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.506 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.507 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.508 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13a37e2a)
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.509 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.510 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.510 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.510 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.510 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.510 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.510 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.511 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'running'
-2024-09-20 17:47:17.511 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=running)
-2024-09-20 17:47:17.511 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.511 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.511 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.511 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.511 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.512 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.512 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.512 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.512 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.512 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.512 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.512 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.513 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.513 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.513 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a50ae65)
-2024-09-20 17:47:17.513 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.513 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.513 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.513 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.513 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sSLEnabled'
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sSLEnabled)
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.514 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1280851e)
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.515 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sniParseLimit'
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sniParseLimit)
-2024-09-20 17:47:17.516 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e840abf)
-2024-09-20 17:47:17.517 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.518 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.518 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.518 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.518 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.518 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.519 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.519 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.519 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.519 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.519 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.519 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslImplementation'
-2024-09-20 17:47:17.520 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslImplementation)
-2024-09-20 17:47:17.520 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.util.net.SSLImplementation'
-2024-09-20 17:47:17.520 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.util.net.SSLImplementation)
-2024-09-20 17:47:17.520 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.520 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.520 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.521 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.521 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.521 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.521 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.521 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.521 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.521 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56de6d6b)
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslImplementationName'
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslImplementationName)
-2024-09-20 17:47:17.522 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5972d253)
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.524 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.525 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.526 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.527 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.527 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fcc0416)
-2024-09-20 17:47:17.527 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.527 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.527 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.528 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.528 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.528 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.528 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.528 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.528 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.528 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.528 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.529 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
-2024-09-20 17:47:17.529 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
-2024-09-20 17:47:17.529 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.529 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.529 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.529 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31e32ea2)
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.530 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.531 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.531 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.531 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.531 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.531 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.532 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.532 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.532 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.532 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.532 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useSendfile'
-2024-09-20 17:47:17.532 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useSendfile)
-2024-09-20 17:47:17.532 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.533 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.534 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1473b8c0)
-2024-09-20 17:47:17.534 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.534 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.534 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.534 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.534 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.535 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.535 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.535 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.535 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.535 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.535 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.535 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addNegotiatedProtocol'
-2024-09-20 17:47:17.535 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addNegotiatedProtocol)
-2024-09-20 17:47:17.536 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.536 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.536 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.536 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.536 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.537 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.537 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.537 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.537 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.537 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.538 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.538 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.538 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.538 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.538 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5b5c0057)
-2024-09-20 17:47:17.539 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.540 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@749f539e)
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.541 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'bind'
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=bind)
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.542 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5ca1f591)
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.543 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.544 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.544 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.544 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'closeServerSocketGraceful'
-2024-09-20 17:47:17.544 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=closeServerSocketGraceful)
-2024-09-20 17:47:17.544 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.544 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.545 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.545 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.545 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.545 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.545 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.545 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.546 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.546 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.546 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@551de37d)
-2024-09-20 17:47:17.546 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.546 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.546 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.546 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.547 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.547 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.547 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.547 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.547 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.547 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.548 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.548 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createExecutor'
-2024-09-20 17:47:17.548 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createExecutor)
-2024-09-20 17:47:17.548 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.548 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.548 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.548 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.548 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6ef81f31)
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.549 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.550 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6075b2d3)
-2024-09-20 17:47:17.551 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.552 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.552 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.552 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.552 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.553 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.553 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.553 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.553 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.554 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.554 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.554 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSslHostConfigs'
-2024-09-20 17:47:17.554 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSslHostConfigs)
-2024-09-20 17:47:17.554 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lorg.apache.tomcat.util.net.SSLHostConfig;'
-2024-09-20 17:47:17.554 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lorg.apache.tomcat.util.net.SSLHostConfig;)
-2024-09-20 17:47:17.554 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.555 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.555 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.555 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.555 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.555 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.555 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.555 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.555 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@33abde31)
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.556 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getAttribute'
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getAttribute)
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.Object'
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.Object)
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.557 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.558 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@997d532)
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.559 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.560 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.560 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.560 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.561 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.561 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.561 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.561 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@273842a6)
-2024-09-20 17:47:17.562 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.562 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.562 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.562 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.563 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.563 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.563 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.563 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getProperty'
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getProperty)
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.564 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.566 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.566 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.566 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.566 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.566 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.566 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.566 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.566 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.567 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.567 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.567 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.567 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.567 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.567 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.568 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.568 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.568 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.568 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6a969fb8)
-2024-09-20 17:47:17.568 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.568 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.568 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.569 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.569 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.569 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.569 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.569 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.570 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.570 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.570 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.570 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.571 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7a18e8d)
-2024-09-20 17:47:17.571 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.571 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.571 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.571 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.571 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.571 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'hasNegotiableProtocols'
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=hasNegotiableProtocols)
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.572 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3028e50e)
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.573 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.575 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.576 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.576 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.576 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.576 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.576 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5560bcdf)
-2024-09-20 17:47:17.576 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.576 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.576 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.577 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.577 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.578 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.578 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.578 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.579 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.579 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.579 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.579 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
-2024-09-20 17:47:17.579 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
-2024-09-20 17:47:17.580 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.580 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.580 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.580 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.580 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.580 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.581 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.581 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.581 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.581 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.581 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@b558294)
-2024-09-20 17:47:17.581 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.582 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.582 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.582 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.582 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.582 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.582 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.582 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.582 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfig'
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfig)
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.583 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.584 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@bb095)
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.585 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.586 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.586 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.586 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.586 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.586 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.586 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.586 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.587 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@777c350f)
-2024-09-20 17:47:17.587 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.587 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.587 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.587 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.587 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.588 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.588 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.588 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.588 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.588 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.588 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.588 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfigs'
-2024-09-20 17:47:17.588 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfigs)
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.589 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@27aae97b)
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.590 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.591 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.591 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSslHostConfig'
-2024-09-20 17:47:17.591 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSslHostConfig)
-2024-09-20 17:47:17.591 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.tomcat.util.net.SSLHostConfig'
-2024-09-20 17:47:17.591 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.tomcat.util.net.SSLHostConfig)
-2024-09-20 17:47:17.591 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.591 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.591 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.592 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.593 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4c9e38)
-2024-09-20 17:47:17.595 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.595 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.595 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.595 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.595 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.596 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.596 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.596 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.596 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.596 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.596 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.597 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.597 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d1e09bc)
-2024-09-20 17:47:17.597 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.597 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.597 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.597 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
-2024-09-20 17:47:17.598 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.599 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4bdc8b5d)
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.600 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'setProperty'
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=setProperty)
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.601 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.602 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.602 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.602 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.603 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.603 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.603 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.603 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.603 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.603 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3bcd426c)
-2024-09-20 17:47:17.604 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.605 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param1'
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param1)
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.606 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f14a673)
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:17.607 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@726a17c4)
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.608 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.609 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.609 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.609 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.609 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.609 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'shutdownExecutor'
-2024-09-20 17:47:17.609 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=shutdownExecutor)
-2024-09-20 17:47:17.609 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.609 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.610 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.610 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.610 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.611 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.611 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.611 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.612 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.612 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.612 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5dc3fcb7)
-2024-09-20 17:47:17.612 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.613 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.613 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.613 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.613 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.613 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.614 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.614 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.614 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.614 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.614 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.614 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:17.614 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:17.614 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c4c0b41)
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.615 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'startInternal'
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=startInternal)
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.616 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76911385)
-2024-09-20 17:47:17.617 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.618 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.618 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.618 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.618 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.619 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.619 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.619 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.619 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.619 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.619 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.620 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:17.620 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:17.620 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.620 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.620 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.620 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.620 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.620 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.621 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.621 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.621 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.621 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.621 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5467eea4)
-2024-09-20 17:47:17.621 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.621 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.621 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.622 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.622 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.622 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.622 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.622 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.622 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.622 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stopInternal'
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stopInternal)
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.623 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@160396db)
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.624 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.625 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.625 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.625 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.625 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.626 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.626 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.626 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.626 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unbind'
-2024-09-20 17:47:17.626 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unbind)
-2024-09-20 17:47:17.626 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.626 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.626 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.628 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.628 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.628 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.628 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.628 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.629 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.629 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.629 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7a799159)
-2024-09-20 17:47:17.629 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.629 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.629 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.629 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.629 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.630 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.630 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.630 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.631 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.631 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.631 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.631 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Nio2Endpoint, className=org.apache.catalina.mbeans.ClassNameMBean, description=null, group=ThreadPool, type=org.apache.tomcat.util.net.Nio2Endpoint])
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.632 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.633 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.633 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.633 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'AprEndpoint'
-2024-09-20 17:47:17.633 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=AprEndpoint)
-2024-09-20 17:47:17.633 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
-2024-09-20 17:47:17.633 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
-2024-09-20 17:47:17.633 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.633 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'ThreadPool'
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=ThreadPool)
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.net.AprEndpoint'
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.net.AprEndpoint)
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.634 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.635 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.635 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.635 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.635 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
-2024-09-20 17:47:17.637 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
-2024-09-20 17:47:17.637 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.638 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.638 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.638 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.638 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.639 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.639 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.639 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.639 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.640 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.640 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40ab8a8)
-2024-09-20 17:47:17.640 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.640 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.640 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.640 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.640 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.641 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.641 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.641 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.641 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.641 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.641 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.641 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadCount'
-2024-09-20 17:47:17.641 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadCount)
-2024-09-20 17:47:17.642 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.642 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.642 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.642 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.642 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.642 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6ff37443)
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.643 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.644 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.644 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.644 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.644 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.644 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptorThreadPriority'
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptorThreadPriority)
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.645 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65cc8228)
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.646 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alpnSupported'
-2024-09-20 17:47:17.647 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alpnSupported)
-2024-09-20 17:47:17.648 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.648 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.648 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.648 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.648 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.648 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.648 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.648 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.649 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.649 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.649 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.649 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.649 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.649 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.650 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53093491)
-2024-09-20 17:47:17.650 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.650 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.650 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.650 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'bindOnInit'
-2024-09-20 17:47:17.651 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=bindOnInit)
-2024-09-20 17:47:17.652 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.652 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.652 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.652 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.652 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.652 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.653 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.653 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.653 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.653 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.653 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21719a0)
-2024-09-20 17:47:17.654 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.654 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.654 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.654 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.654 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.654 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.654 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.654 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.655 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.655 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.655 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.655 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionCount'
-2024-09-20 17:47:17.655 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionCount)
-2024-09-20 17:47:17.655 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.655 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.655 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.656 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.656 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.656 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.656 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.656 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.656 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.656 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.656 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.657 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.657 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76b224cd)
-2024-09-20 17:47:17.657 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.657 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.657 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.657 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.658 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.658 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.658 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.658 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.658 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.659 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.659 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.659 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
-2024-09-20 17:47:17.659 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
-2024-09-20 17:47:17.659 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.659 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.660 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.660 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.661 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.662 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.662 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.663 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.663 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.663 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.663 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77ee25f1)
-2024-09-20 17:47:17.663 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.663 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.663 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.664 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.664 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.664 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.664 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.664 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.664 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.664 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.665 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6dd93a21)
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.666 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.667 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.667 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.667 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.667 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadCount'
-2024-09-20 17:47:17.667 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadCount)
-2024-09-20 17:47:17.667 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.668 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.668 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.669 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.670 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.673 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.675 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.676 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.676 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.676 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.676 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.676 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.676 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@57b9e423)
-2024-09-20 17:47:17.677 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.677 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.677 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.677 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.678 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.678 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.678 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.679 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.679 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.680 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.680 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.680 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'currentThreadsBusy'
-2024-09-20 17:47:17.680 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=currentThreadsBusy)
-2024-09-20 17:47:17.681 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.681 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.681 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.681 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.681 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.682 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.682 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.682 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.682 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.683 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.683 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.683 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.683 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@304a3655)
-2024-09-20 17:47:17.684 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.684 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.684 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.684 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.684 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.685 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.685 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.685 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.685 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.685 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.686 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.686 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
-2024-09-20 17:47:17.686 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
-2024-09-20 17:47:17.686 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.687 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.687 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.687 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.688 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.688 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.688 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.688 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.689 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.689 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.689 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@368d5c00)
-2024-09-20 17:47:17.689 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.689 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.689 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.690 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.690 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.690 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.690 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.691 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.691 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.691 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.691 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.691 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultSSLHostConfigName'
-2024-09-20 17:47:17.691 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultSSLHostConfigName)
-2024-09-20 17:47:17.691 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.691 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.692 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.692 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.692 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.692 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.692 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.692 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.692 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.692 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.693 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12a160c2)
-2024-09-20 17:47:17.693 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.693 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.693 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.693 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.693 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.693 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.694 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.694 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.694 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.694 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.694 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.695 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deferAccept'
-2024-09-20 17:47:17.695 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deferAccept)
-2024-09-20 17:47:17.695 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.695 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.695 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.696 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.696 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.696 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.696 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.696 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.696 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.696 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.696 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@aa10649)
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.697 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'domain'
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=domain)
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b3871d6)
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.698 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorTerminationTimeoutMillis'
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorTerminationTimeoutMillis)
-2024-09-20 17:47:17.699 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37095ded)
-2024-09-20 17:47:17.700 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.701 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.701 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.701 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.701 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.701 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.701 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.701 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.702 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.702 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.702 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.702 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ipv6v6only'
-2024-09-20 17:47:17.702 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ipv6v6only)
-2024-09-20 17:47:17.702 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2eb79cbe)
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.704 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveCount'
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveCount)
-2024-09-20 17:47:17.705 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.706 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ca6546f)
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.707 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.708 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43826ec)
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.709 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.710 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.710 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.710 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.710 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
-2024-09-20 17:47:17.710 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
-2024-09-20 17:47:17.710 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.711 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7923f5b3)
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.712 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxConnections'
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxConnections)
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.713 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b63d445)
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.714 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.715 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7578e06a)
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.716 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
-2024-09-20 17:47:17.717 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
-2024-09-20 17:47:17.718 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.718 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.718 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.718 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.718 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.719 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.719 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.719 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.719 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.719 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.719 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30b2b76f)
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.720 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.721 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.722 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.722 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.722 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.722 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.722 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56da52a7)
-2024-09-20 17:47:17.722 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.722 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.722 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.723 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'modelerType'
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=modelerType)
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.724 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23ee75c5)
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.725 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.726 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.726 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.726 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.726 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.726 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.726 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.727 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.727 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
-2024-09-20 17:47:17.727 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
-2024-09-20 17:47:17.727 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.727 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.728 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.728 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.728 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.728 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.728 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.728 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.728 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.728 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.729 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11a7ba62)
-2024-09-20 17:47:17.729 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.729 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.729 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.729 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.729 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.729 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.730 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.730 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.730 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.730 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.730 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.730 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
-2024-09-20 17:47:17.730 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
-2024-09-20 17:47:17.730 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.731 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.732 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.732 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.732 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.732 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.732 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@340b7ef6)
-2024-09-20 17:47:17.732 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.732 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.733 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.733 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.733 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.733 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.733 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.733 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.733 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.734 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.734 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.734 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pollTime'
-2024-09-20 17:47:17.735 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pollTime)
-2024-09-20 17:47:17.735 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.735 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.735 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30404dba)
-2024-09-20 17:47:17.736 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.737 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.738 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6050462a)
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.740 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.741 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c0884e8)
-2024-09-20 17:47:17.742 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.743 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.744 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.744 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
-2024-09-20 17:47:17.744 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.745 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@231baf51)
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.746 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'running'
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=running)
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.747 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.748 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11841b15)
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.749 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.750 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.750 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.750 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sSLEnabled'
-2024-09-20 17:47:17.750 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sSLEnabled)
-2024-09-20 17:47:17.750 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.750 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.750 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73877e19)
-2024-09-20 17:47:17.751 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.752 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.752 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.752 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.752 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.753 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.753 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.753 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.753 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.753 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sendfileCount'
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sendfileCount)
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.754 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.755 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.755 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.755 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.755 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.755 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.756 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.756 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b208b45)
-2024-09-20 17:47:17.756 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.756 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.756 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.756 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sendfileSize'
-2024-09-20 17:47:17.757 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sendfileSize)
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.758 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5bfc257)
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.759 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.760 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.760 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
-2024-09-20 17:47:17.760 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
-2024-09-20 17:47:17.760 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.761 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34523d46)
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.762 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.763 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7cedfa63)
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.764 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.765 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.765 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.765 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.766 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.766 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.766 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.766 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.766 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useSendfile'
-2024-09-20 17:47:17.766 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useSendfile)
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.767 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e83c18)
-2024-09-20 17:47:17.769 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.769 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.769 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.769 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.769 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.769 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addNegotiatedProtocol'
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addNegotiatedProtocol)
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.770 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.771 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@783efb48)
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.772 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d235104)
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.773 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.774 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'bind'
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=bind)
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.775 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.776 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.776 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.776 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4e8e8621)
-2024-09-20 17:47:17.776 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.776 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.776 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.777 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.777 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.777 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.777 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.777 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'closeServerSocketGraceful'
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=closeServerSocketGraceful)
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.778 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.779 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c446b14)
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.780 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createExecutor'
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createExecutor)
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.781 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.782 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3af356f)
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.783 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.784 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.784 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.784 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
-2024-09-20 17:47:17.784 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
-2024-09-20 17:47:17.784 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.784 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.784 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.785 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.785 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.785 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.785 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.785 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.785 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.785 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.786 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4443ef6f)
-2024-09-20 17:47:17.786 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.786 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.786 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.786 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.786 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.786 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.786 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.787 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.787 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.787 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.787 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.787 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSslHostConfigs'
-2024-09-20 17:47:17.787 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSslHostConfigs)
-2024-09-20 17:47:17.787 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lorg.apache.tomcat.util.net.SSLHostConfig;'
-2024-09-20 17:47:17.787 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lorg.apache.tomcat.util.net.SSLHostConfig;)
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e46d648)
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.788 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getAttribute'
-2024-09-20 17:47:17.790 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getAttribute)
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.Object'
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.Object)
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.791 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.792 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.792 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.792 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.792 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.792 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.792 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.792 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.792 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.793 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.793 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.793 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.793 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.793 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.793 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@51751e5f)
-2024-09-20 17:47:17.793 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.794 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.794 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.794 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.794 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.794 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.795 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.795 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.795 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.795 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.795 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.795 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.795 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b0b4d53)
-2024-09-20 17:47:17.795 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.796 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.796 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.796 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.796 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.796 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.796 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.796 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getProperty'
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getProperty)
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.797 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.798 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7068f7ca)
-2024-09-20 17:47:17.799 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.800 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.801 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@38548b19)
-2024-09-20 17:47:17.801 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.801 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.801 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.801 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.801 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.801 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.801 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.802 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.802 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.802 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.802 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.802 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSslContext'
-2024-09-20 17:47:17.802 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSslContext)
-2024-09-20 17:47:17.802 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
-2024-09-20 17:47:17.803 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
-2024-09-20 17:47:17.803 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.803 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.803 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.803 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.803 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.803 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.803 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.804 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@41aaedaa)
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.805 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@303a5119)
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.806 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'hasNegotiableProtocols'
-2024-09-20 17:47:17.807 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=hasNegotiableProtocols)
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.808 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@75b3673)
-2024-09-20 17:47:17.809 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.809 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.809 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.809 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.809 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.809 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.809 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.809 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.810 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.810 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.810 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.810 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
-2024-09-20 17:47:17.810 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
-2024-09-20 17:47:17.810 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.812 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.813 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1bcb79c2)
-2024-09-20 17:47:17.813 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.813 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.813 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.813 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
-2024-09-20 17:47:17.814 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.815 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@d1a10ac)
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.816 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfig'
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfig)
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.817 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.818 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.819 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.819 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.819 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.819 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.819 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6fca2a8f)
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.820 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31fc71ab)
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.821 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.822 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.822 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.822 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.822 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reloadSslHostConfigs'
-2024-09-20 17:47:17.822 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reloadSslHostConfigs)
-2024-09-20 17:47:17.822 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.822 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.824 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.824 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.824 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.824 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.824 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.824 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.824 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@71391b3f)
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.825 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSslHostConfig'
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSslHostConfig)
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.tomcat.util.net.SSLHostConfig'
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.tomcat.util.net.SSLHostConfig)
-2024-09-20 17:47:17.826 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.827 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.827 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.827 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.827 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.828 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.828 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.828 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.829 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.829 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.829 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.829 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.829 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.829 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.829 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2cfbeac4)
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.830 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.831 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
- '
-2024-09-20 17:47:17.831 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.831 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.831 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.831 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.831 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@12db3386)
-2024-09-20 17:47:17.831 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.832 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.833 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.834 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.834 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.834 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.834 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.834 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4078695f)
-2024-09-20 17:47:17.834 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.834 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.834 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.835 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.835 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.836 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.836 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.836 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.836 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.836 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.836 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.836 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'setProperty'
-2024-09-20 17:47:17.837 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=setProperty)
-2024-09-20 17:47:17.837 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
-2024-09-20 17:47:17.837 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
-2024-09-20 17:47:17.837 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.837 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.837 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.837 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param0'
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param0)
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.838 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@79a1728c)
-2024-09-20 17:47:17.839 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.840 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.841 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
-2024-09-20 17:47:17.841 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'param1'
-2024-09-20 17:47:17.841 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=param1)
-2024-09-20 17:47:17.841 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.841 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
-2024-09-20 17:47:17.841 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.841 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
-2024-09-20 17:47:17.841 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
-2024-09-20 17:47:17.842 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.842 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.842 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.843 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.843 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
-2024-09-20 17:47:17.843 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a7f0ab6)
-2024-09-20 17:47:17.844 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
- '
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.845 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@41f35f7c)
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.846 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'shutdownExecutor'
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=shutdownExecutor)
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.847 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42c2f48c)
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.848 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.849 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3005db4a)
-2024-09-20 17:47:17.850 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.851 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.851 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.851 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.851 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.851 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.851 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.851 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.851 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.853 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.853 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.853 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'startInternal'
-2024-09-20 17:47:17.853 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=startInternal)
-2024-09-20 17:47:17.853 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.854 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@425d5d46)
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.855 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.856 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.857 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.857 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@198ef2ce)
-2024-09-20 17:47:17.857 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.857 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.857 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.857 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stopInternal'
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stopInternal)
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.858 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4cbd03e7)
-2024-09-20 17:47:17.859 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.860 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.860 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unbind'
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unbind)
-2024-09-20 17:47:17.861 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@52fc5eb1)
-2024-09-20 17:47:17.863 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.864 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.864 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.864 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.864 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.864 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.864 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.864 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.865 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.865 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.865 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.865 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.865 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=AprEndpoint, className=org.apache.catalina.mbeans.ClassNameMBean, description=null, group=ThreadPool, type=org.apache.tomcat.util.net.AprEndpoint])
-2024-09-20 17:47:17.865 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.865 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.865 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.866 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.866 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:17.866 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.866 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:17.866 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-'
-2024-09-20 17:47:17.866 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.866 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:17.867 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.tomcat.util.net.NioEndpoint@7a639ec5 Tomcat:type=ThreadPool,name="http-nio-8101"
-2024-09-20 17:47:17.867 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=ThreadPool,name="http-nio-8101",subType=SocketProperties
-2024-09-20 17:47:17.867 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:17.867 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Introspecting
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.tomcat.util.net.SocketProperties.setProperties(java.nio.channels.AsynchronousServerSocketChannel) throws java.io.IOException class java.nio.channels.AsynchronousServerSocketChannel
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.tomcat.util.net.SocketProperties.setProperties(java.nio.channels.AsynchronousSocketChannel) throws java.io.IOException class java.nio.channels.AsynchronousSocketChannel
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.tomcat.util.net.SocketProperties.setProperties(java.net.ServerSocket) throws java.net.SocketException class java.net.ServerSocket
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.tomcat.util.net.SocketProperties.setProperties(java.net.Socket) throws java.net.SocketException class java.net.Socket
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute timeoutInterval public long org.apache.tomcat.util.net.SocketProperties.getTimeoutInterval() public void org.apache.tomcat.util.net.SocketProperties.setTimeoutInterval(long)
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute txBufSize public int org.apache.tomcat.util.net.SocketProperties.getTxBufSize() public void org.apache.tomcat.util.net.SocketProperties.setTxBufSize(int)
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute rxBufSize public int org.apache.tomcat.util.net.SocketProperties.getRxBufSize() public void org.apache.tomcat.util.net.SocketProperties.setRxBufSize(int)
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bufferPoolSize public int org.apache.tomcat.util.net.SocketProperties.getBufferPoolSize() public void org.apache.tomcat.util.net.SocketProperties.setBufferPoolSize(int)
-2024-09-20 17:47:17.868 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute performanceLatency public int org.apache.tomcat.util.net.SocketProperties.getPerformanceLatency() public void org.apache.tomcat.util.net.SocketProperties.setPerformanceLatency(int)
-2024-09-20 17:47:17.869 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute ooBInline public boolean org.apache.tomcat.util.net.SocketProperties.getOoBInline() public void org.apache.tomcat.util.net.SocketProperties.setOoBInline(boolean)
-2024-09-20 17:47:17.869 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute appWriteBufSize public int org.apache.tomcat.util.net.SocketProperties.getAppWriteBufSize() public void org.apache.tomcat.util.net.SocketProperties.setAppWriteBufSize(int)
-2024-09-20 17:47:17.870 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bufferPool public int org.apache.tomcat.util.net.SocketProperties.getBufferPool() public void org.apache.tomcat.util.net.SocketProperties.setBufferPool(int)
-2024-09-20 17:47:17.870 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soTimeout public int org.apache.tomcat.util.net.SocketProperties.getSoTimeout() public void org.apache.tomcat.util.net.SocketProperties.setSoTimeout(int)
-2024-09-20 17:47:17.870 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute directBuffer public boolean org.apache.tomcat.util.net.SocketProperties.getDirectBuffer() public void org.apache.tomcat.util.net.SocketProperties.setDirectBuffer(boolean)
-2024-09-20 17:47:17.870 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soLingerOn public boolean org.apache.tomcat.util.net.SocketProperties.getSoLingerOn() public void org.apache.tomcat.util.net.SocketProperties.setSoLingerOn(boolean)
-2024-09-20 17:47:17.870 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute eventCache public int org.apache.tomcat.util.net.SocketProperties.getEventCache() public void org.apache.tomcat.util.net.SocketProperties.setEventCache(int)
-2024-09-20 17:47:17.870 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute performanceBandwidth public int org.apache.tomcat.util.net.SocketProperties.getPerformanceBandwidth() public void org.apache.tomcat.util.net.SocketProperties.setPerformanceBandwidth(int)
-2024-09-20 17:47:17.870 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soReuseAddress public boolean org.apache.tomcat.util.net.SocketProperties.getSoReuseAddress() public void org.apache.tomcat.util.net.SocketProperties.setSoReuseAddress(boolean)
-2024-09-20 17:47:17.870 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute appReadBufSize public int org.apache.tomcat.util.net.SocketProperties.getAppReadBufSize() public void org.apache.tomcat.util.net.SocketProperties.setAppReadBufSize(int)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute performanceConnectionTime public int org.apache.tomcat.util.net.SocketProperties.getPerformanceConnectionTime() public void org.apache.tomcat.util.net.SocketProperties.setPerformanceConnectionTime(int)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soLingerTime public int org.apache.tomcat.util.net.SocketProperties.getSoLingerTime() public void org.apache.tomcat.util.net.SocketProperties.setSoLingerTime(int)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute directBufferPool public int org.apache.tomcat.util.net.SocketProperties.getDirectBufferPool() public void org.apache.tomcat.util.net.SocketProperties.setDirectBufferPool(int)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute directSslBuffer public boolean org.apache.tomcat.util.net.SocketProperties.getDirectSslBuffer() public void org.apache.tomcat.util.net.SocketProperties.setDirectSslBuffer(boolean)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute tcpNoDelay public boolean org.apache.tomcat.util.net.SocketProperties.getTcpNoDelay() public void org.apache.tomcat.util.net.SocketProperties.setTcpNoDelay(boolean)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processorCache public int org.apache.tomcat.util.net.SocketProperties.getProcessorCache() public void org.apache.tomcat.util.net.SocketProperties.setProcessorCache(int)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute unlockTimeout public int org.apache.tomcat.util.net.SocketProperties.getUnlockTimeout() public void org.apache.tomcat.util.net.SocketProperties.setUnlockTimeout(int)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute soKeepAlive public boolean org.apache.tomcat.util.net.SocketProperties.getSoKeepAlive() public void org.apache.tomcat.util.net.SocketProperties.setSoKeepAlive(boolean)
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.tomcat.util.net.SocketProperties
-2024-09-20 17:47:17.871 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.tomcat.util.net.SocketProperties@6ceb7b5e Tomcat:type=ThreadPool,name="http-nio-8101",subType=SocketProperties
-2024-09-20 17:47:17.872 INFO 22604 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
-2024-09-20 17:47:17.872 INFO 22604 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.17]
-2024-09-20 17:47:17.872 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Realm,realmPath=/realm0
-2024-09-20 17:47:17.872 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:17.872 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Introspecting
-2024-09-20 17:47:17.876 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.realm.RealmBase.setCredentialHandler(org.apache.catalina.CredentialHandler) interface org.apache.catalina.CredentialHandler
-2024-09-20 17:47:17.879 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.CredentialHandler org.apache.catalina.realm.RealmBase.getCredentialHandler()
-2024-09-20 17:47:17.879 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.realm.RealmBase.setContainer(org.apache.catalina.Container) interface org.apache.catalina.Container
-2024-09-20 17:47:17.880 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Container org.apache.catalina.realm.RealmBase.getContainer()
-2024-09-20 17:47:17.880 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.util.LifecycleBase.getState()
-2024-09-20 17:47:17.880 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute domainInternal public java.lang.String org.apache.catalina.realm.RealmBase.getDomainInternal() null
-2024-09-20 17:47:17.880 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute available public default boolean org.apache.catalina.Realm.isAvailable() null
-2024-09-20 17:47:17.880 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stripRealmForGss public boolean org.apache.catalina.realm.RealmBase.isStripRealmForGss() public void org.apache.catalina.realm.RealmBase.setStripRealmForGss(boolean)
-2024-09-20 17:47:17.880 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute domain public final java.lang.String org.apache.catalina.util.LifecycleMBeanBase.getDomain() public final void org.apache.catalina.util.LifecycleMBeanBase.setDomain(java.lang.String)
-2024-09-20 17:47:17.880 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute objectName public final javax.management.ObjectName org.apache.catalina.util.LifecycleMBeanBase.getObjectName() null
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute objectNameKeyProperties public java.lang.String org.apache.catalina.realm.RealmBase.getObjectNameKeyProperties() null
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute throwOnFailure public boolean org.apache.catalina.util.LifecycleBase.getThrowOnFailure() public void org.apache.catalina.util.LifecycleBase.setThrowOnFailure(boolean)
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute x509UsernameRetrieverClassName public java.lang.String org.apache.catalina.realm.RealmBase.getX509UsernameRetrieverClassName() public void org.apache.catalina.realm.RealmBase.setX509UsernameRetrieverClassName(java.lang.String)
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute transportGuaranteeRedirectStatus public int org.apache.catalina.realm.RealmBase.getTransportGuaranteeRedirectStatus() public void org.apache.catalina.realm.RealmBase.setTransportGuaranteeRedirectStatus(int)
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute validate public boolean org.apache.catalina.realm.RealmBase.getValidate() public void org.apache.catalina.realm.RealmBase.setValidate(boolean)
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute realmPath public java.lang.String org.apache.catalina.realm.RealmBase.getRealmPath() public void org.apache.catalina.realm.RealmBase.setRealmPath(java.lang.String)
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stateName public java.lang.String org.apache.catalina.util.LifecycleBase.getStateName() null
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allRolesMode public java.lang.String org.apache.catalina.realm.RealmBase.getAllRolesMode() public void org.apache.catalina.realm.RealmBase.setAllRolesMode(java.lang.String)
-2024-09-20 17:47:17.881 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.catalina.startup.Tomcat$SimpleRealm
-2024-09-20 17:47:17.882 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister SimpleRealm[StandardEngine[Tomcat]] Tomcat:type=Realm,realmPath=/realm0
-2024-09-20 17:47:17.882 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Host,host=localhost
-2024-09-20 17:47:17.883 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardEngine[Tomcat].StandardHost[localhost] Tomcat:type=Host,host=localhost
-2024-09-20 17:47:17.883 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:17.883 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:17.884 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Introspecting
-2024-09-20 17:47:17.887 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext.setManager(org.apache.catalina.Manager) interface org.apache.catalina.Manager
-2024-09-20 17:47:17.888 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext.setStarter(org.springframework.boot.web.embedded.tomcat.TomcatStarter) class org.springframework.boot.web.embedded.tomcat.TomcatStarter
-2024-09-20 17:47:17.888 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.springframework.boot.web.embedded.tomcat.TomcatStarter org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext.getStarter()
-2024-09-20 17:47:17.888 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.WebResourceRoot org.apache.catalina.core.StandardContext.getResources()
-2024-09-20 17:47:17.888 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Loader org.apache.catalina.core.StandardContext.getLoader()
-2024-09-20 17:47:17.889 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.lang.ClassLoader org.apache.catalina.core.StandardContext.getParentClassLoader()
-2024-09-20 17:47:17.889 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public javax.servlet.ServletContext org.apache.catalina.core.StandardContext.getServletContext()
-2024-09-20 17:47:17.889 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setResources(org.apache.catalina.WebResourceRoot) interface org.apache.catalina.WebResourceRoot
-2024-09-20 17:47:17.889 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public javax.management.MBeanNotificationInfo[] org.apache.catalina.core.StandardContext.getNotificationInfo()
-2024-09-20 17:47:17.890 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public javax.servlet.descriptor.JspConfigDescriptor org.apache.catalina.core.StandardContext.getJspConfigDescriptor()
-2024-09-20 17:47:17.890 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Manager org.apache.catalina.core.StandardContext.getManager()
-2024-09-20 17:47:17.890 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setLoader(org.apache.catalina.Loader) interface org.apache.catalina.Loader
-2024-09-20 17:47:17.890 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setConfigFile(java.net.URL) class java.net.URL
-2024-09-20 17:47:17.890 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Authenticator org.apache.catalina.core.StandardContext.getAuthenticator()
-2024-09-20 17:47:17.890 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.tomcat.JarScanner org.apache.catalina.core.StandardContext.getJarScanner()
-2024-09-20 17:47:17.893 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.tomcat.InstanceManager org.apache.catalina.core.StandardContext.getInstanceManager()
-2024-09-20 17:47:17.893 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setInstanceManager(org.apache.tomcat.InstanceManager) interface org.apache.tomcat.InstanceManager
-2024-09-20 17:47:17.894 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.net.URL org.apache.catalina.core.StandardContext.getConfigFile()
-2024-09-20 17:47:17.894 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setJarScanner(org.apache.tomcat.JarScanner) interface org.apache.tomcat.JarScanner
-2024-09-20 17:47:17.895 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.tomcat.util.http.CookieProcessor org.apache.catalina.core.StandardContext.getCookieProcessor()
-2024-09-20 17:47:17.895 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.lang.Object org.apache.catalina.core.StandardContext.getNamingToken()
-2024-09-20 17:47:17.895 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setCookieProcessor(org.apache.tomcat.util.http.CookieProcessor) interface org.apache.tomcat.util.http.CookieProcessor
-2024-09-20 17:47:17.895 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setThreadBindingListener(org.apache.catalina.ThreadBindingListener) interface org.apache.catalina.ThreadBindingListener
-2024-09-20 17:47:17.895 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.ThreadBindingListener org.apache.catalina.core.StandardContext.getThreadBindingListener()
-2024-09-20 17:47:17.895 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.StandardContext.setJspConfigDescriptor(javax.servlet.descriptor.JspConfigDescriptor) interface javax.servlet.descriptor.JspConfigDescriptor
-2024-09-20 17:47:17.896 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Container org.apache.catalina.core.ContainerBase.getParent()
-2024-09-20 17:47:17.896 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.juli.logging.Log org.apache.catalina.core.ContainerBase.getLogger()
-2024-09-20 17:47:17.896 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.ContainerBase.setParent(org.apache.catalina.Container) interface org.apache.catalina.Container
-2024-09-20 17:47:17.896 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public javax.management.ObjectName[] org.apache.catalina.core.ContainerBase.getChildren()
-2024-09-20 17:47:17.896 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.ContainerBase.setParentClassLoader(java.lang.ClassLoader) class java.lang.ClassLoader
-2024-09-20 17:47:17.896 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.AccessLog org.apache.catalina.core.ContainerBase.getAccessLog()
-2024-09-20 17:47:17.896 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.ContainerBase.setCluster(org.apache.catalina.Cluster) interface org.apache.catalina.Cluster
-2024-09-20 17:47:17.896 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Realm org.apache.catalina.core.ContainerBase.getRealm()
-2024-09-20 17:47:17.897 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.core.ContainerBase.setRealm(org.apache.catalina.Realm) interface org.apache.catalina.Realm
-2024-09-20 17:47:17.897 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Pipeline org.apache.catalina.core.ContainerBase.getPipeline()
-2024-09-20 17:47:17.897 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.Cluster org.apache.catalina.core.ContainerBase.getCluster()
-2024-09-20 17:47:17.897 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.util.LifecycleBase.getState()
-2024-09-20 17:47:17.897 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute denyUncoveredHttpMethods public boolean org.apache.catalina.core.StandardContext.getDenyUncoveredHttpMethods() public void org.apache.catalina.core.StandardContext.setDenyUncoveredHttpMethods(boolean)
-2024-09-20 17:47:17.897 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute failCtxIfServletStartFails public java.lang.Boolean org.apache.catalina.core.StandardContext.getFailCtxIfServletStartFails() public void org.apache.catalina.core.StandardContext.setFailCtxIfServletStartFails(java.lang.Boolean)
-2024-09-20 17:47:17.897 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute configured public boolean org.apache.catalina.core.StandardContext.getConfigured() public void org.apache.catalina.core.StandardContext.setConfigured(boolean)
-2024-09-20 17:47:17.897 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute copyXML public boolean org.apache.catalina.core.StandardContext.getCopyXML() public void org.apache.catalina.core.StandardContext.setCopyXML(boolean)
-2024-09-20 17:47:17.898 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allowMultipleLeadingForwardSlashInPath public boolean org.apache.catalina.core.StandardContext.getAllowMultipleLeadingForwardSlashInPath() public void org.apache.catalina.core.StandardContext.setAllowMultipleLeadingForwardSlashInPath(boolean)
-2024-09-20 17:47:17.898 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute encodedPath public java.lang.String org.apache.catalina.core.StandardContext.getEncodedPath() null
-2024-09-20 17:47:17.898 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute displayName public java.lang.String org.apache.catalina.core.StandardContext.getDisplayName() public void org.apache.catalina.core.StandardContext.setDisplayName(java.lang.String)
-2024-09-20 17:47:17.898 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute baseName public java.lang.String org.apache.catalina.core.StandardContext.getBaseName() null
-2024-09-20 17:47:17.898 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sendRedirectBody public boolean org.apache.catalina.core.StandardContext.getSendRedirectBody() public void org.apache.catalina.core.StandardContext.setSendRedirectBody(boolean)
-2024-09-20 17:47:17.899 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute fireRequestListenersOnForwards public boolean org.apache.catalina.core.StandardContext.getFireRequestListenersOnForwards() public void org.apache.catalina.core.StandardContext.setFireRequestListenersOnForwards(boolean)
-2024-09-20 17:47:17.899 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute xmlBlockExternal public boolean org.apache.catalina.core.StandardContext.getXmlBlockExternal() public void org.apache.catalina.core.StandardContext.setXmlBlockExternal(boolean)
-2024-09-20 17:47:17.899 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute backgroundProcessorDelay public int org.apache.catalina.core.ContainerBase.getBackgroundProcessorDelay() public void org.apache.catalina.core.ContainerBase.setBackgroundProcessorDelay(int)
-2024-09-20 17:47:17.899 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute privileged public boolean org.apache.catalina.core.StandardContext.getPrivileged() public void org.apache.catalina.core.StandardContext.setPrivileged(boolean)
-2024-09-20 17:47:17.899 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute originalDocBase public java.lang.String org.apache.catalina.core.StandardContext.getOriginalDocBase() public void org.apache.catalina.core.StandardContext.setOriginalDocBase(java.lang.String)
-2024-09-20 17:47:17.899 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute startChildren public boolean org.apache.catalina.core.ContainerBase.getStartChildren() public void org.apache.catalina.core.ContainerBase.setStartChildren(boolean)
-2024-09-20 17:47:17.900 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute allowCasualMultipartParsing public boolean org.apache.catalina.core.StandardContext.getAllowCasualMultipartParsing() public void org.apache.catalina.core.StandardContext.setAllowCasualMultipartParsing(boolean)
-2024-09-20 17:47:17.900 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute mBeanKeyProperties public java.lang.String org.apache.catalina.core.ContainerBase.getMBeanKeyProperties() null
-2024-09-20 17:47:17.900 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute mapperDirectoryRedirectEnabled public boolean org.apache.catalina.core.StandardContext.getMapperDirectoryRedirectEnabled() public void org.apache.catalina.core.StandardContext.setMapperDirectoryRedirectEnabled(boolean)
-2024-09-20 17:47:17.900 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesRmiTargets public boolean org.apache.catalina.core.StandardContext.getClearReferencesRmiTargets() public void org.apache.catalina.core.StandardContext.setClearReferencesRmiTargets(boolean)
-2024-09-20 17:47:17.900 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute unloadDelay public long org.apache.catalina.core.StandardContext.getUnloadDelay() public void org.apache.catalina.core.StandardContext.setUnloadDelay(long)
-2024-09-20 17:47:17.900 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesObjectStreamClassCaches public boolean org.apache.catalina.core.StandardContext.getClearReferencesObjectStreamClassCaches() public void org.apache.catalina.core.StandardContext.setClearReferencesObjectStreamClassCaches(boolean)
-2024-09-20 17:47:17.900 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute webappVersion public java.lang.String org.apache.catalina.core.StandardContext.getWebappVersion() public void org.apache.catalina.core.StandardContext.setWebappVersion(java.lang.String)
-2024-09-20 17:47:17.900 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute effectiveMajorVersion public int org.apache.catalina.core.StandardContext.getEffectiveMajorVersion() public void org.apache.catalina.core.StandardContext.setEffectiveMajorVersion(int)
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute welcomeFiles public java.lang.String[] org.apache.catalina.core.StandardContext.getWelcomeFiles() null
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute containerSciFilter public java.lang.String org.apache.catalina.core.StandardContext.getContainerSciFilter() public void org.apache.catalina.core.StandardContext.setContainerSciFilter(java.lang.String)
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute errorCount public int org.apache.catalina.core.StandardContext.getErrorCount() null
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCookiePath public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookiePath() public void org.apache.catalina.core.StandardContext.setSessionCookiePath(java.lang.String)
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute server public java.lang.String org.apache.catalina.core.StandardContext.getServer() public java.lang.String org.apache.catalina.core.StandardContext.setServer(java.lang.String)
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute charsetMapperClass public java.lang.String org.apache.catalina.core.StandardContext.getCharsetMapperClass() public void org.apache.catalina.core.StandardContext.setCharsetMapperClass(java.lang.String)
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute wrapperClass public java.lang.String org.apache.catalina.core.StandardContext.getWrapperClass() public void org.apache.catalina.core.StandardContext.setWrapperClass(java.lang.String)
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute cookies public boolean org.apache.catalina.core.StandardContext.getCookies() public void org.apache.catalina.core.StandardContext.setCookies(boolean)
-2024-09-20 17:47:17.901 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute jndiExceptionOnFailedWrite public boolean org.apache.catalina.core.StandardContext.getJndiExceptionOnFailedWrite() public void org.apache.catalina.core.StandardContext.setJndiExceptionOnFailedWrite(boolean)
-2024-09-20 17:47:17.902 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute startTime public long org.apache.catalina.core.StandardContext.getStartTime() null
-2024-09-20 17:47:17.902 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute namingResources public org.apache.catalina.deploy.NamingResourcesImpl org.apache.catalina.core.StandardContext.getNamingResources() public void org.apache.catalina.core.StandardContext.setNamingResources(org.apache.catalina.deploy.NamingResourcesImpl)
-2024-09-20 17:47:17.902 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCookieName public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookieName() public void org.apache.catalina.core.StandardContext.setSessionCookieName(java.lang.String)
-2024-09-20 17:47:17.902 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute crossContext public boolean org.apache.catalina.core.StandardContext.getCrossContext() public void org.apache.catalina.core.StandardContext.setCrossContext(boolean)
-2024-09-20 17:47:17.902 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute docBase public java.lang.String org.apache.catalina.core.StandardContext.getDocBase() public void org.apache.catalina.core.StandardContext.setDocBase(java.lang.String)
-2024-09-20 17:47:17.903 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesThreadLocals public boolean org.apache.catalina.core.StandardContext.getClearReferencesThreadLocals() public void org.apache.catalina.core.StandardContext.setClearReferencesThreadLocals(boolean)
-2024-09-20 17:47:17.903 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesStopThreads public boolean org.apache.catalina.core.StandardContext.getClearReferencesStopThreads() public void org.apache.catalina.core.StandardContext.setClearReferencesStopThreads(boolean)
-2024-09-20 17:47:17.903 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute logName public java.lang.String org.apache.catalina.core.ContainerBase.getLogName() null
-2024-09-20 17:47:17.903 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute logEffectiveWebXml public boolean org.apache.catalina.core.StandardContext.getLogEffectiveWebXml() public void org.apache.catalina.core.StandardContext.setLogEffectiveWebXml(boolean)
-2024-09-20 17:47:17.904 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute skipMemoryLeakChecksOnJvmShutdown public boolean org.apache.catalina.core.StandardContext.getSkipMemoryLeakChecksOnJvmShutdown() public void org.apache.catalina.core.StandardContext.setSkipMemoryLeakChecksOnJvmShutdown(boolean)
-2024-09-20 17:47:17.904 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute servlet22 public boolean org.apache.catalina.core.StandardContext.isServlet22() null
-2024-09-20 17:47:17.904 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute preemptiveAuthentication public boolean org.apache.catalina.core.StandardContext.getPreemptiveAuthentication() public void org.apache.catalina.core.StandardContext.setPreemptiveAuthentication(boolean)
-2024-09-20 17:47:17.904 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute tldValidation public boolean org.apache.catalina.core.StandardContext.getTldValidation() public void org.apache.catalina.core.StandardContext.setTldValidation(boolean)
-2024-09-20 17:47:17.904 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute objectName public final javax.management.ObjectName org.apache.catalina.util.LifecycleMBeanBase.getObjectName() null
-2024-09-20 17:47:17.904 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute xmlValidation public boolean org.apache.catalina.core.StandardContext.getXmlValidation() public void org.apache.catalina.core.StandardContext.setXmlValidation(boolean)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute effectiveMinorVersion public int org.apache.catalina.core.StandardContext.getEffectiveMinorVersion() public void org.apache.catalina.core.StandardContext.setEffectiveMinorVersion(int)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute catalinaHome public java.io.File org.apache.catalina.core.ContainerBase.getCatalinaHome() null
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute createUploadTargets public boolean org.apache.catalina.core.StandardContext.getCreateUploadTargets() public void org.apache.catalina.core.StandardContext.setCreateUploadTargets(boolean)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stateName public java.lang.String org.apache.catalina.util.LifecycleBase.getStateName() null
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute path public java.lang.String org.apache.catalina.core.StandardContext.getPath() public void org.apache.catalina.core.StandardContext.setPath(java.lang.String)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute responseCharacterEncoding public java.lang.String org.apache.catalina.core.StandardContext.getResponseCharacterEncoding() public void org.apache.catalina.core.StandardContext.setResponseCharacterEncoding(java.lang.String)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute addWebinfClassesResources public boolean org.apache.catalina.core.StandardContext.getAddWebinfClassesResources() public void org.apache.catalina.core.StandardContext.setAddWebinfClassesResources(boolean)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute antiResourceLocking public boolean org.apache.catalina.core.StandardContext.getAntiResourceLocking() public void org.apache.catalina.core.StandardContext.setAntiResourceLocking(boolean)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute startupTime public long org.apache.catalina.core.StandardContext.getStartupTime() public void org.apache.catalina.core.StandardContext.setStartupTime(long)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesStopTimerThreads public boolean org.apache.catalina.core.StandardContext.getClearReferencesStopTimerThreads() public void org.apache.catalina.core.StandardContext.setClearReferencesStopTimerThreads(boolean)
-2024-09-20 17:47:17.905 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useNaming public boolean org.apache.catalina.core.StandardContext.isUseNaming() public void org.apache.catalina.core.StandardContext.setUseNaming(boolean)
-2024-09-20 17:47:17.906 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processingTime public long org.apache.catalina.core.StandardContext.getProcessingTime() null
-2024-09-20 17:47:17.906 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionTimeout public int org.apache.catalina.core.StandardContext.getSessionTimeout() public void org.apache.catalina.core.StandardContext.setSessionTimeout(int)
-2024-09-20 17:47:17.906 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestCount public int org.apache.catalina.core.StandardContext.getRequestCount() null
-2024-09-20 17:47:17.906 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute publicId public java.lang.String org.apache.catalina.core.StandardContext.getPublicId() public void org.apache.catalina.core.StandardContext.setPublicId(java.lang.String)
-2024-09-20 17:47:17.906 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute name public java.lang.String org.apache.catalina.core.ContainerBase.getName() public void org.apache.catalina.core.ContainerBase.setName(java.lang.String)
-2024-09-20 17:47:17.906 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute loginConfig public org.apache.tomcat.util.descriptor.web.LoginConfig org.apache.catalina.core.StandardContext.getLoginConfig() public void org.apache.catalina.core.StandardContext.setLoginConfig(org.apache.tomcat.util.descriptor.web.LoginConfig)
-2024-09-20 17:47:17.906 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute workDir public java.lang.String org.apache.catalina.core.StandardContext.getWorkDir() public void org.apache.catalina.core.StandardContext.setWorkDir(java.lang.String)
-2024-09-20 17:47:17.906 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute j2EEServer public java.lang.String org.apache.catalina.core.StandardContext.getJ2EEServer() public void org.apache.catalina.core.StandardContext.setJ2EEServer(java.lang.String)
-2024-09-20 17:47:17.907 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCookieDomain public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookieDomain() public void org.apache.catalina.core.StandardContext.setSessionCookieDomain(java.lang.String)
-2024-09-20 17:47:17.907 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute validateClientProvidedNewSessionId public boolean org.apache.catalina.core.StandardContext.getValidateClientProvidedNewSessionId() public void org.apache.catalina.core.StandardContext.setValidateClientProvidedNewSessionId(boolean)
-2024-09-20 17:47:17.907 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute javaVMs public java.lang.String[] org.apache.catalina.core.StandardContext.getJavaVMs() public java.lang.String[] org.apache.catalina.core.StandardContext.setJavaVMs(java.lang.String[])
-2024-09-20 17:47:17.907 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useHttpOnly public boolean org.apache.catalina.core.StandardContext.getUseHttpOnly() public void org.apache.catalina.core.StandardContext.setUseHttpOnly(boolean)
-2024-09-20 17:47:17.907 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute defaultWebXml public java.lang.String org.apache.catalina.core.StandardContext.getDefaultWebXml() public void org.apache.catalina.core.StandardContext.setDefaultWebXml(java.lang.String)
-2024-09-20 17:47:17.907 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute paused public boolean org.apache.catalina.core.StandardContext.getPaused() null
-2024-09-20 17:47:17.907 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute startStopThreads public int org.apache.catalina.core.ContainerBase.getStartStopThreads() public void org.apache.catalina.core.ContainerBase.setStartStopThreads(int)
-2024-09-20 17:47:17.907 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxTime public long org.apache.catalina.core.StandardContext.getMaxTime() null
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute defaultContextXml public java.lang.String org.apache.catalina.core.StandardContext.getDefaultContextXml() public void org.apache.catalina.core.StandardContext.setDefaultContextXml(java.lang.String)
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute j2EEApplication public java.lang.String org.apache.catalina.core.StandardContext.getJ2EEApplication() public void org.apache.catalina.core.StandardContext.setJ2EEApplication(java.lang.String)
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute delegate public boolean org.apache.catalina.core.StandardContext.getDelegate() public void org.apache.catalina.core.StandardContext.setDelegate(boolean)
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute resourceOnlyServlets public java.lang.String org.apache.catalina.core.StandardContext.getResourceOnlyServlets() public void org.apache.catalina.core.StandardContext.setResourceOnlyServlets(java.lang.String)
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute unpackWAR public boolean org.apache.catalina.core.StandardContext.getUnpackWAR() public void org.apache.catalina.core.StandardContext.setUnpackWAR(boolean)
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute replaceWelcomeFiles null public void org.apache.catalina.core.StandardContext.setReplaceWelcomeFiles(boolean)
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute catalinaBase public java.io.File org.apache.catalina.core.ContainerBase.getCatalinaBase() null
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute renewThreadsWhenStoppingContext public boolean org.apache.catalina.core.StandardContext.getRenewThreadsWhenStoppingContext() public void org.apache.catalina.core.StandardContext.setRenewThreadsWhenStoppingContext(boolean)
-2024-09-20 17:47:17.908 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute sessionCookiePathUsesTrailingSlash public boolean org.apache.catalina.core.StandardContext.getSessionCookiePathUsesTrailingSlash() public void org.apache.catalina.core.StandardContext.setSessionCookiePathUsesTrailingSlash(boolean)
-2024-09-20 17:47:17.909 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute altDDName public java.lang.String org.apache.catalina.core.StandardContext.getAltDDName() public void org.apache.catalina.core.StandardContext.setAltDDName(java.lang.String)
-2024-09-20 17:47:17.909 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute useRelativeRedirects public boolean org.apache.catalina.core.StandardContext.getUseRelativeRedirects() public void org.apache.catalina.core.StandardContext.setUseRelativeRedirects(boolean)
-2024-09-20 17:47:17.909 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute swallowAbortedUploads public boolean org.apache.catalina.core.StandardContext.getSwallowAbortedUploads() public void org.apache.catalina.core.StandardContext.setSwallowAbortedUploads(boolean)
-2024-09-20 17:47:17.909 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute throwOnFailure public boolean org.apache.catalina.util.LifecycleBase.getThrowOnFailure() public void org.apache.catalina.util.LifecycleBase.setThrowOnFailure(boolean)
-2024-09-20 17:47:17.909 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute applicationLifecycleListeners public java.lang.Object[] org.apache.catalina.core.StandardContext.getApplicationLifecycleListeners() public void org.apache.catalina.core.StandardContext.setApplicationLifecycleListeners(java.lang.Object[])
-2024-09-20 17:47:17.909 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute dispatchersUseEncodedPaths public boolean org.apache.catalina.core.StandardContext.getDispatchersUseEncodedPaths() public void org.apache.catalina.core.StandardContext.setDispatchersUseEncodedPaths(boolean)
-2024-09-20 17:47:17.909 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestCharacterEncoding public java.lang.String org.apache.catalina.core.StandardContext.getRequestCharacterEncoding() public void org.apache.catalina.core.StandardContext.setRequestCharacterEncoding(java.lang.String)
-2024-09-20 17:47:17.910 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute domain public final java.lang.String org.apache.catalina.util.LifecycleMBeanBase.getDomain() public final void org.apache.catalina.util.LifecycleMBeanBase.setDomain(java.lang.String)
-2024-09-20 17:47:17.910 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute namingContextListener public org.apache.catalina.core.NamingContextListener org.apache.catalina.core.StandardContext.getNamingContextListener() public void org.apache.catalina.core.StandardContext.setNamingContextListener(org.apache.catalina.core.NamingContextListener)
-2024-09-20 17:47:17.910 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute ignoreAnnotations public boolean org.apache.catalina.core.StandardContext.getIgnoreAnnotations() public void org.apache.catalina.core.StandardContext.setIgnoreAnnotations(boolean)
-2024-09-20 17:47:17.910 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute minTime public long org.apache.catalina.core.StandardContext.getMinTime() null
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute swallowOutput public boolean org.apache.catalina.core.StandardContext.getSwallowOutput() public void org.apache.catalina.core.StandardContext.setSwallowOutput(boolean)
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute charsetMapper public org.apache.catalina.util.CharsetMapper org.apache.catalina.core.StandardContext.getCharsetMapper() public void org.apache.catalina.core.StandardContext.setCharsetMapper(org.apache.catalina.util.CharsetMapper)
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute reloadable public boolean org.apache.catalina.core.StandardContext.getReloadable() public void org.apache.catalina.core.StandardContext.setReloadable(boolean)
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute override public boolean org.apache.catalina.core.StandardContext.getOverride() public void org.apache.catalina.core.StandardContext.setOverride(boolean)
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute distributable public boolean org.apache.catalina.core.StandardContext.getDistributable() public void org.apache.catalina.core.StandardContext.setDistributable(boolean)
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesHttpClientKeepAliveThread public boolean org.apache.catalina.core.StandardContext.getClearReferencesHttpClientKeepAliveThread() public void org.apache.catalina.core.StandardContext.setClearReferencesHttpClientKeepAliveThread(boolean)
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute tldScanTime public long org.apache.catalina.core.StandardContext.getTldScanTime() public void org.apache.catalina.core.StandardContext.setTldScanTime(long)
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute xmlNamespaceAware public boolean org.apache.catalina.core.StandardContext.getXmlNamespaceAware() public void org.apache.catalina.core.StandardContext.setXmlNamespaceAware(boolean)
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute applicationEventListeners public java.lang.Object[] org.apache.catalina.core.StandardContext.getApplicationEventListeners() public void org.apache.catalina.core.StandardContext.setApplicationEventListeners(java.lang.Object[])
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute workPath public java.lang.String org.apache.catalina.core.StandardContext.getWorkPath() null
-2024-09-20 17:47:17.911 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute mapperContextRootRedirectEnabled public boolean org.apache.catalina.core.StandardContext.getMapperContextRootRedirectEnabled() public void org.apache.catalina.core.StandardContext.setMapperContextRootRedirectEnabled(boolean)
-2024-09-20 17:47:17.913 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext
-2024-09-20 17:47:17.913 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[] Tomcat:j2eeType=WebModule,name=//localhost/,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:17.914 DEBUG 22604 --- [main] o.apache.catalina.core.StandardContext : Starting ROOT
-2024-09-20 17:47:17.920 DEBUG 22604 --- [main] o.apache.catalina.core.StandardContext : Configuring default Resources
-2024-09-20 17:47:17.924 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=WebResourceRoot,host=localhost,context=/
-2024-09-20 17:47:17.924 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:17.924 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Found jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/lib/tomcat-embed-core-9.0.17.jar!/org/apache/catalina/webresources/mbeans-descriptors.xml
-2024-09-20 17:47:17.925 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@5b94ccbc)
-2024-09-20 17:47:17.925 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startDocument()
-2024-09-20 17:47:17.925 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.925 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
-2024-09-20 17:47:17.925 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.925 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.925 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.926 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.926 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.926 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.926 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.926 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.926 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardRoot'
-2024-09-20 17:47:17.926 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardRoot)
-2024-09-20 17:47:17.926 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Provides the resources implementation for a web application'
-2024-09-20 17:47:17.927 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Provides the resources implementation for a web application)
-2024-09-20 17:47:17.927 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.928 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.928 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'WebResourceRoot'
-2024-09-20 17:47:17.928 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=WebResourceRoot)
-2024-09-20 17:47:17.928 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.webresources.StandardRoot'
-2024-09-20 17:47:17.928 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.webresources.StandardRoot)
-2024-09-20 17:47:17.928 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.928 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.929 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.929 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.929 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.929 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.929 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.929 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.929 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowLinking'
-2024-09-20 17:47:17.929 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowLinking)
-2024-09-20 17:47:17.930 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this resources implementation allow the use of symbolic links?'
-2024-09-20 17:47:17.930 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this resources implementation allow the use of symbolic links?)
-2024-09-20 17:47:17.930 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.930 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.930 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
-2024-09-20 17:47:17.930 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
-2024-09-20 17:47:17.930 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.931 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.931 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.931 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.931 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.931 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.931 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.931 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.931 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38a1c423)
-2024-09-20 17:47:17.932 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.932 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.932 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.932 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.932 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.932 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.932 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.932 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.933 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.933 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.933 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.933 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cachingAllowed'
-2024-09-20 17:47:17.933 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cachingAllowed)
-2024-09-20 17:47:17.933 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is in memory caching of resource content and metadata enabled?'
-2024-09-20 17:47:17.933 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is in memory caching of resource content and metadata enabled?)
-2024-09-20 17:47:17.933 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.934 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.934 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
-2024-09-20 17:47:17.934 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
-2024-09-20 17:47:17.934 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
-2024-09-20 17:47:17.934 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
-2024-09-20 17:47:17.934 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.934 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.934 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.935 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.935 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.935 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.936 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.936 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.936 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@336365bc)
-2024-09-20 17:47:17.936 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.936 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.936 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.936 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.937 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.937 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.937 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.937 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.937 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.937 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.937 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.937 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
-2024-09-20 17:47:17.938 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
-2024-09-20 17:47:17.938 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current Lifecycle state of this object'
-2024-09-20 17:47:17.938 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current Lifecycle state of this object)
-2024-09-20 17:47:17.938 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
-2024-09-20 17:47:17.938 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
-2024-09-20 17:47:17.938 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.938 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.938 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.939 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.939 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.939 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.939 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.939 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.939 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.939 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.939 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38eb2fb0)
-2024-09-20 17:47:17.940 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.940 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.940 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.940 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.940 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.940 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.940 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.940 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.941 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.941 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.941 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.941 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trackLockedFiles'
-2024-09-20 17:47:17.941 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trackLockedFiles)
-2024-09-20 17:47:17.941 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this resources implementation track requests that lock files?'
-2024-09-20 17:47:17.941 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this resources implementation track requests that lock files?)
-2024-09-20 17:47:17.942 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
-2024-09-20 17:47:17.942 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
-2024-09-20 17:47:17.942 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
-2024-09-20 17:47:17.942 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
-2024-09-20 17:47:17.942 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.942 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.942 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.942 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.943 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.943 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.943 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.943 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.943 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4567e53d)
-2024-09-20 17:47:17.943 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.944 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.945 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.946 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trackedResources'
-2024-09-20 17:47:17.946 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trackedResources)
-2024-09-20 17:47:17.946 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'List of resources currently being tracked for possible resource leaks'
-2024-09-20 17:47:17.946 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=List of resources currently being tracked for possible resource leaks)
-2024-09-20 17:47:17.946 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.List'
-2024-09-20 17:47:17.946 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.List)
-2024-09-20 17:47:17.946 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.947 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.948 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7351a16e)
-2024-09-20 17:47:17.948 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.948 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.948 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.948 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.948 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.948 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.948 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.949 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.949 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.949 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.949 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.949 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.949 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardRoot, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Provides the resources implementation for a web application, group=WebResourceRoot, type=org.apache.catalina.webresources.StandardRoot])
-2024-09-20 17:47:17.949 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.950 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.950 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.950 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.950 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.950 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
-2024-09-20 17:47:17.950 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.950 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.950 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.951 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.951 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
-2024-09-20 17:47:17.951 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Cache'
-2024-09-20 17:47:17.951 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Cache)
-2024-09-20 17:47:17.951 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Provides caching of resource metadata and content'
-2024-09-20 17:47:17.951 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Provides caching of resource metadata and content)
-2024-09-20 17:47:17.952 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
-2024-09-20 17:47:17.952 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
-2024-09-20 17:47:17.952 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'WebResourceRoot'
-2024-09-20 17:47:17.952 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=WebResourceRoot)
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.webresources.Cache'
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.webresources.Cache)
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'hitCount'
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=hitCount)
-2024-09-20 17:47:17.953 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of requests for resources that were served from the cache'
-2024-09-20 17:47:17.954 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of requests for resources that were served from the cache)
-2024-09-20 17:47:17.954 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.954 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.954 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.954 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.954 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.954 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.954 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.955 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.955 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.955 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.955 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.955 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.955 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5bb7643d)
-2024-09-20 17:47:17.955 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.955 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.956 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.956 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.956 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.956 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.956 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.956 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.956 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.956 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.957 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.957 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'lookupCount'
-2024-09-20 17:47:17.957 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=lookupCount)
-2024-09-20 17:47:17.957 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of requests for resources'
-2024-09-20 17:47:17.957 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of requests for resources)
-2024-09-20 17:47:17.957 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.957 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.957 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.958 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.959 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ac04654)
-2024-09-20 17:47:17.959 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.959 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.959 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.959 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.959 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.959 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.959 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.960 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.960 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.960 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.960 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.960 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSize'
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSize)
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum permitted size of the cache in kB'
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum permitted size of the cache in kB)
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.961 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.962 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.962 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.962 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.962 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.962 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.962 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.962 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4074023c)
-2024-09-20 17:47:17.962 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.963 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.964 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.964 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectMaxSize'
-2024-09-20 17:47:17.964 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectMaxSize)
-2024-09-20 17:47:17.964 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum permitted size for a single object in the cache in kB'
-2024-09-20 17:47:17.964 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum permitted size for a single object in the cache in kB)
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.965 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ed0918d)
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.966 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.967 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.967 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.967 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.967 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.967 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.968 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.968 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'size'
-2024-09-20 17:47:17.968 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=size)
-2024-09-20 17:47:17.968 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current estimate of the cache size in kB'
-2024-09-20 17:47:17.969 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current estimate of the cache size in kB)
-2024-09-20 17:47:17.969 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.969 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.969 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
-2024-09-20 17:47:17.969 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
-2024-09-20 17:47:17.969 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e268ce6)
-2024-09-20 17:47:17.970 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.971 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.971 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.971 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.971 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.971 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
-2024-09-20 17:47:17.971 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.971 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.971 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ttl'
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ttl)
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time-to-live for cache entries in milliseconds'
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time-to-live for cache entries in milliseconds)
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
-2024-09-20 17:47:17.972 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText=''
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66ec9390)
-2024-09-20 17:47:17.973 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
-2024-09-20 17:47:17.974 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'clear'
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=clear)
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Clears all cached content from the cache.'
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Clears all cached content from the cache.)
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
- )
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
-2024-09-20 17:47:17.975 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
- '
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e91893)
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
- )
-2024-09-20 17:47:17.976 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
-2024-09-20 17:47:17.977 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
-2024-09-20 17:47:17.977 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- '
-2024-09-20 17:47:17.977 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.977 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Cache, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Provides caching of resource metadata and content, group=WebResourceRoot, type=org.apache.catalina.webresources.Cache])
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : characters(
-
-)
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
-2024-09-20 17:47:17.978 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : bodyText='
-
-
-
-
-
-'
-2024-09-20 17:47:17.979 DEBUG 22604 --- [main] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
-2024-09-20 17:47:17.979 DEBUG 22604 --- [main] o.a.tomcat.util.digester.Digester.sax : endDocument()
-2024-09-20 17:47:17.979 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.catalina.webresources.StandardRoot@3c0fbd3a Tomcat:type=WebResourceRoot,host=localhost,context=/
-2024-09-20 17:47:17.979 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=WebResourceRoot,host=localhost,context=/,name=Cache
-2024-09-20 17:47:17.979 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.catalina.webresources.Cache@562457e1 Tomcat:type=WebResourceRoot,host=localhost,context=/,name=Cache
-2024-09-20 17:47:17.989 DEBUG 22604 --- [main] o.apache.catalina.core.StandardContext : Processing standard container startup
-2024-09-20 17:47:17.990 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Loader,host=localhost,context=/
-2024-09-20 17:47:17.990 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] Tomcat:type=Loader,host=localhost,context=/
-2024-09-20 17:47:17.991 DEBUG 22604 --- [main] org.apache.catalina.loader.WebappLoader : Starting this Loader
-2024-09-20 17:47:17.995 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=TomcatEmbeddedWebappClassLoader,host=localhost,context=/
-2024-09-20 17:47:17.996 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:17.997 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Introspecting
-2024-09-20 17:47:17.997 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.WebResourceRoot org.apache.catalina.loader.WebappClassLoaderBase.getResources()
-2024-09-20 17:47:17.998 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.loader.WebappClassLoaderBase.getState()
-2024-09-20 17:47:17.998 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public java.net.URL[] org.apache.catalina.loader.WebappClassLoaderBase.getURLs()
-2024-09-20 17:47:17.998 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public void org.apache.catalina.loader.WebappClassLoaderBase.setResources(org.apache.catalina.WebResourceRoot) interface org.apache.catalina.WebResourceRoot
-2024-09-20 17:47:17.999 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public final java.lang.ClassLoader java.lang.ClassLoader.getParent()
-2024-09-20 17:47:17.999 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public final java.lang.Module java.lang.ClassLoader.getUnnamedModule()
-2024-09-20 17:47:17.999 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Unsupported type public final java.lang.Package[] java.lang.ClassLoader.getDefinedPackages()
-2024-09-20 17:47:18.000 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute name public java.lang.String java.lang.ClassLoader.getName() null
-2024-09-20 17:47:18.000 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute hostName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getHostName() null
-2024-09-20 17:47:18.000 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesThreadLocals public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesThreadLocals() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesThreadLocals(boolean)
-2024-09-20 17:47:18.000 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute contextName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getContextName() null
-2024-09-20 17:47:18.000 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesStopThreads public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesStopThreads() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesStopThreads(boolean)
-2024-09-20 17:47:18.001 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesStopTimerThreads public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesStopTimerThreads() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesStopTimerThreads(boolean)
-2024-09-20 17:47:18.001 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesRmiTargets public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesRmiTargets() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesRmiTargets(boolean)
-2024-09-20 17:47:18.001 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesObjectStreamClassCaches public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesObjectStreamClassCaches() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesObjectStreamClassCaches(boolean)
-2024-09-20 17:47:18.002 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute serviceName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getServiceName() null
-2024-09-20 17:47:18.002 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute defaultAssertionStatus null public void java.lang.ClassLoader.setDefaultAssertionStatus(boolean)
-2024-09-20 17:47:18.002 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute delegate public boolean org.apache.catalina.loader.WebappClassLoaderBase.getDelegate() public void org.apache.catalina.loader.WebappClassLoaderBase.setDelegate(boolean)
-2024-09-20 17:47:18.002 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute webappName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getWebappName() null
-2024-09-20 17:47:18.003 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute skipMemoryLeakChecksOnJvmShutdown public boolean org.apache.catalina.loader.WebappClassLoaderBase.getSkipMemoryLeakChecksOnJvmShutdown() public void org.apache.catalina.loader.WebappClassLoaderBase.setSkipMemoryLeakChecksOnJvmShutdown(boolean)
-2024-09-20 17:47:18.003 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesLogFactoryRelease public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesLogFactoryRelease() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesLogFactoryRelease(boolean)
-2024-09-20 17:47:18.003 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stateName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getStateName() null
-2024-09-20 17:47:18.003 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute clearReferencesHttpClientKeepAliveThread public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesHttpClientKeepAliveThread() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesHttpClientKeepAliveThread(boolean)
-2024-09-20 17:47:18.003 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute registeredAsParallelCapable public final boolean java.lang.ClassLoader.isRegisteredAsParallelCapable() null
-2024-09-20 17:47:18.004 DEBUG 22604 --- [main] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
-2024-09-20 17:47:18.004 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister TomcatEmbeddedWebappClassLoader
- context: ROOT
- delegate: true
-----------> Parent Classloader:
-org.springframework.boot.loader.LaunchedURLClassLoader@c038203
- Tomcat:type=TomcatEmbeddedWebappClassLoader,host=localhost,context=/
-2024-09-20 17:47:18.004 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesRmiTargets=false)
-2024-09-20 17:47:18.004 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesStopThreads=false)
-2024-09-20 17:47:18.005 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesStopTimerThreads=false)
-2024-09-20 17:47:18.005 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesHttpClientKeepAliveThread=true)
-2024-09-20 17:47:18.005 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesObjectStreamClassCaches=false)
-2024-09-20 17:47:18.005 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesObjectStreamClassCaches=false)
-2024-09-20 17:47:18.006 DEBUG 22604 --- [main] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesThreadLocals=false)
-2024-09-20 17:47:18.017 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.017 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[default] Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=default,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.017 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Valve,host=localhost,context=/,name=NonLoginAuthenticator
-2024-09-20 17:47:18.018 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] Tomcat:type=Valve,host=localhost,context=/,name=NonLoginAuthenticator
-2024-09-20 17:47:18.018 DEBUG 22604 --- [main] o.a.c.authenticator.AuthenticatorBase : No SingleSignOn Valve is present
-2024-09-20 17:47:18.019 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Valve,host=localhost,context=/,name=StandardContextValve
-2024-09-20 17:47:18.019 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] Tomcat:type=Valve,host=localhost,context=/,name=StandardContextValve
-2024-09-20 17:47:18.020 DEBUG 22604 --- [main] o.apache.catalina.core.StandardContext : No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false]
-2024-09-20 17:47:18.023 DEBUG 22604 --- [main] o.apache.catalina.core.StandardContext : Configured a manager of class [org.apache.catalina.session.StandardManager]
-2024-09-20 17:47:18.024 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=NamingResources,host=localhost,context=/
-2024-09-20 17:47:18.024 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.catalina.deploy.NamingResourcesImpl@6d171ce0 Tomcat:type=NamingResources,host=localhost,context=/
-2024-09-20 17:47:18.027 INFO 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
-2024-09-20 17:47:18.027 DEBUG 22604 --- [main] o.s.web.context.ContextLoader : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
-2024-09-20 17:47:18.027 INFO 22604 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5087 ms
-2024-09-20 17:47:18.030 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'corsFilter'
-2024-09-20 17:47:18.031 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'corsConfig'
-2024-09-20 17:47:18.041 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'filterShiroFilterRegistrationBean'
-2024-09-20 17:47:18.042 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shiro.spring.config.web.autoconfigure.ShiroWebFilterConfiguration'
-2024-09-20 17:47:18.046 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shiroFilterChainDefinition'
-2024-09-20 17:47:18.047 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shiro.spring.config.web.autoconfigure.ShiroWebAutoConfiguration'
-2024-09-20 17:47:18.084 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'productionSecurityFilter'
-2024-09-20 17:47:18.084 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.github.xiaoymin.swaggerbootstrapui.configuration.SecurityConfiguration'
-2024-09-20 17:47:18.088 DEBUG 22604 --- [main] c.g.x.s.c.SecurityConfiguration : swagger.production:null
-2024-09-20 17:47:18.090 DEBUG 22604 --- [main] o.a.s.spring.web.ShiroFilterFactoryBean : Found filter chain candidate filter 'productionSecurityFilter'
-2024-09-20 17:47:18.091 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityBasicAuthFilter'
-2024-09-20 17:47:18.091 DEBUG 22604 --- [main] o.a.s.spring.web.ShiroFilterFactoryBean : Found filter chain candidate filter 'securityBasicAuthFilter'
-2024-09-20 17:47:18.093 DEBUG 22604 --- [main] o.a.s.spring.web.ShiroFilterFactoryBean : Creating Shiro Filter instance.
-2024-09-20 17:47:18.097 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/exam/api/sys/user/login] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.097 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/exam/api/sys/user/login] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.099 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/exam/api/sys/user/login] to filter [anon] with config [null]
-2024-09-20 17:47:18.099 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/exam/api/sys/user/reg] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/exam/api/sys/user/reg] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/exam/api/sys/user/reg] to filter [anon] with config [null]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/exam/api/sys/user/quick-reg] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/exam/api/sys/user/quick-reg] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/exam/api/sys/user/quick-reg] to filter [anon] with config [null]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/exam/api/sys/config/detail] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/exam/api/sys/config/detail] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/exam/api/sys/config/detail] to filter [anon] with config [null]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/upload/file/**] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.101 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/upload/file/**] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.102 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/upload/file/**] to filter [anon] with config [null]
-2024-09-20 17:47:18.102 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.102 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.102 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/] to filter [anon] with config [null]
-2024-09-20 17:47:18.102 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/v2/**] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.102 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/v2/**] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.103 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/v2/**] to filter [anon] with config [null]
-2024-09-20 17:47:18.103 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/doc.html] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.103 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/doc.html] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.103 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/doc.html] to filter [anon] with config [null]
-2024-09-20 17:47:18.103 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.js] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.104 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.js] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.104 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.js] to filter [anon] with config [null]
-2024-09-20 17:47:18.104 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.css] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.104 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.css] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.104 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.css] to filter [anon] with config [null]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.html] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.html] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.html] to filter [anon] with config [null]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.svg] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.svg] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.svg] to filter [anon] with config [null]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.pdf] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.pdf] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.105 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.pdf] to filter [anon] with config [null]
-2024-09-20 17:47:18.106 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.jpg] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.106 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.jpg] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.106 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.jpg] to filter [anon] with config [null]
-2024-09-20 17:47:18.106 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.png] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.106 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.png] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.106 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.png] to filter [anon] with config [null]
-2024-09-20 17:47:18.106 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.ico] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.106 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.ico] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.107 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.ico] to filter [anon] with config [null]
-2024-09-20 17:47:18.107 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.ttf] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.107 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.ttf] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.ttf] to filter [anon] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.woff] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.woff] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.woff] to filter [anon] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**/*.woff2] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.woff2] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**/*.woff2] to filter [anon] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/druid/**] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/druid/**] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/druid/**] to filter [anon] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/swagger-ui.html] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/swagger-ui.html] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.108 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/swagger-ui.html] to filter [anon] with config [null]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/swagger**/**] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/swagger**/**] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/swagger**/**] to filter [anon] with config [null]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/webjars/**] with global filters [invalidRequest] and from String definition [anon]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/webjars/**] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/webjars/**] to filter [anon] with config [null]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Creating chain [/**] with global filters [invalidRequest] and from String definition [jwt]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**] to filter [invalidRequest] with config [null]
-2024-09-20 17:47:18.109 DEBUG 22604 --- [main] o.a.s.w.f.mgt.DefaultFilterChainManager : Attempting to apply path [/**] to filter [jwt] with config [null]
-2024-09-20 17:47:18.120 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextFilter'
-2024-09-20 17:47:18.121 DEBUG 22604 --- [main] o.a.s.spring.web.ShiroFilterFactoryBean : Found filter chain candidate filter 'requestContextFilter'
-2024-09-20 17:47:18.124 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hiddenHttpMethodFilter'
-2024-09-20 17:47:18.125 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration'
-2024-09-20 17:47:18.133 DEBUG 22604 --- [main] o.a.s.spring.web.ShiroFilterFactoryBean : Found filter chain candidate filter 'hiddenHttpMethodFilter'
-2024-09-20 17:47:18.136 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter'
-2024-09-20 17:47:18.142 DEBUG 22604 --- [main] o.a.s.spring.web.ShiroFilterFactoryBean : Found filter chain candidate filter 'formContentFilter'
-2024-09-20 17:47:18.148 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter'
-2024-09-20 17:47:18.150 DEBUG 22604 --- [main] o.a.s.spring.web.ShiroFilterFactoryBean : Found filter chain candidate filter 'characterEncodingFilter'
-2024-09-20 17:47:18.185 DEBUG 22604 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: filterRegistrationBean urls=[/*], shiroFilter urls=[/*], characterEncodingFilter urls=[/*], hiddenHttpMethodFilter urls=[/*], formContentFilter urls=[/*], requestContextFilter urls=[/*], productionSecurityFilter urls=[/*], securityBasicAuthFilter urls=[/*]
-2024-09-20 17:47:18.185 DEBUG 22604 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
-2024-09-20 17:47:18.190 DEBUG 22604 --- [main] org.apache.catalina.core.ContainerBase : Add child StandardWrapper[dispatcherServlet] StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]
-2024-09-20 17:47:18.190 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=dispatcherServlet,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.191 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet] Tomcat:j2eeType=Servlet,WebModule=//localhost/,name=dispatcherServlet,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.193 DEBUG 22604 --- [main] o.apache.catalina.core.StandardContext : Configuring application event listeners
-2024-09-20 17:47:18.194 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Configuring event listener class 'org.apache.tomcat.websocket.server.WsContextListener'
-2024-09-20 17:47:18.195 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Sending application start events
-2024-09-20 17:47:18.209 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Manager,host=localhost,context=/
-2024-09-20 17:47:18.209 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] Tomcat:type=Manager,host=localhost,context=/
-2024-09-20 17:47:18.209 DEBUG 22604 --- [main] o.a.catalina.session.StandardManager : Start: Loading persisted sessions
-2024-09-20 17:47:18.210 DEBUG 22604 --- [main] o.a.catalina.session.StandardManager : Loading persisted sessions from [SESSIONS.ser]
-2024-09-20 17:47:18.211 DEBUG 22604 --- [main] o.a.catalina.session.StandardManager : No persisted data file found
-2024-09-20 17:47:18.211 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filters
-2024-09-20 17:47:18.212 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'requestContextFilter'
-2024-09-20 17:47:18.215 DEBUG 22604 --- [main] o.s.b.w.s.f.OrderedRequestContextFilter : Filter 'requestContextFilter' configured for use
-2024-09-20 17:47:18.215 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=requestContextFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.216 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=requestContextFilter, filterClass=org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=requestContextFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.216 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'shiroFilter'
-2024-09-20 17:47:18.217 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=shiroFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.217 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=shiroFilter, filterClass=org.apache.shiro.spring.web.ShiroFilterFactoryBean$SpringShiroFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=shiroFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.217 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'Tomcat WebSocket (JSR356) Filter'
-2024-09-20 17:47:18.217 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.217 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=Tomcat WebSocket (JSR356) Filter, filterClass=org.apache.tomcat.websocket.server.WsFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.218 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'corsFilter'
-2024-09-20 17:47:18.218 DEBUG 22604 --- [main] o.springframework.web.filter.CorsFilter : Filter 'corsFilter' configured for use
-2024-09-20 17:47:18.218 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=corsFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.219 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=corsFilter, filterClass=org.springframework.web.filter.CorsFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=corsFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.219 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'hiddenHttpMethodFilter'
-2024-09-20 17:47:18.219 DEBUG 22604 --- [main] .s.b.w.s.f.OrderedHiddenHttpMethodFilter : Filter 'hiddenHttpMethodFilter' configured for use
-2024-09-20 17:47:18.220 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=hiddenHttpMethodFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.220 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=hiddenHttpMethodFilter, filterClass=org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=hiddenHttpMethodFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.221 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'productionSecurityFilter'
-2024-09-20 17:47:18.221 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=productionSecurityFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.221 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=productionSecurityFilter, filterClass=com.github.xiaoymin.swaggerbootstrapui.filter.ProductionSecurityFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=productionSecurityFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.221 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'securityBasicAuthFilter'
-2024-09-20 17:47:18.222 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=securityBasicAuthFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.222 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=securityBasicAuthFilter, filterClass=com.github.xiaoymin.swaggerbootstrapui.filter.SecurityBasicAuthFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=securityBasicAuthFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.222 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'characterEncodingFilter'
-2024-09-20 17:47:18.222 DEBUG 22604 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
-2024-09-20 17:47:18.222 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=characterEncodingFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.222 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=characterEncodingFilter, filterClass=org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=characterEncodingFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.222 DEBUG 22604 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Starting filter 'formContentFilter'
-2024-09-20 17:47:18.223 DEBUG 22604 --- [main] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use
-2024-09-20 17:47:18.223 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/,name=formContentFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.223 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ApplicationFilterConfig[name=formContentFilter, filterClass=org.springframework.boot.web.servlet.filter.OrderedFormContentFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/,name=formContentFilter,J2EEApplication=none,J2EEServer=none
-2024-09-20 17:47:18.223 DEBUG 22604 --- [main] o.apache.catalina.core.StandardContext : Starting completed
-2024-09-20 17:47:18.224 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Valve,host=localhost,name=ErrorReportValve
-2024-09-20 17:47:18.224 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]] Tomcat:type=Valve,host=localhost,name=ErrorReportValve
-2024-09-20 17:47:18.225 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Valve,host=localhost,name=StandardHostValve
-2024-09-20 17:47:18.225 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]] Tomcat:type=Valve,host=localhost,name=StandardHostValve
-2024-09-20 17:47:18.225 DEBUG 22604 --- [main] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=Valve,name=StandardEngineValve
-2024-09-20 17:47:18.225 DEBUG 22604 --- [main] o.a.tomcat.util.modeler.BaseModelMBean : preRegister StandardEngineValve[StandardEngine[Tomcat]] Tomcat:type=Valve,name=StandardEngineValve
-2024-09-20 17:47:18.230 DEBUG 22604 --- [main] org.apache.catalina.mapper.Mapper : Registered host [localhost]
-2024-09-20 17:47:18.230 DEBUG 22604 --- [main] o.apache.catalina.mapper.MapperListener : Register Wrapper [default] in Context [] for service [StandardService[Tomcat]]
-2024-09-20 17:47:18.231 DEBUG 22604 --- [main] o.apache.catalina.mapper.MapperListener : Register Wrapper [dispatcherServlet] in Context [] for service [StandardService[Tomcat]]
-2024-09-20 17:47:18.232 DEBUG 22604 --- [main] o.apache.catalina.mapper.MapperListener : Register Context [] for service [StandardService[Tomcat]]
-2024-09-20 17:47:18.233 DEBUG 22604 --- [main] o.apache.catalina.mapper.MapperListener : Register host [localhost] at domain [null] for service [StandardService[Tomcat]]
-2024-09-20 17:47:18.240 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examApplication'
-2024-09-20 17:47:18.251 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userBookServiceImpl'
-2024-09-20 17:47:18.262 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userBookMapper'
-2024-09-20 17:47:18.269 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sqlSessionFactory'
-2024-09-20 17:47:18.269 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration'
-2024-09-20 17:47:18.270 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$e3870c3] - unable to determine constructor/method parameter names
-2024-09-20 17:47:18.272 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties'
-2024-09-20 17:47:18.280 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties'
-2024-09-20 17:47:18.280 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd'
-2024-09-20 17:47:18.282 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'queryInterceptor'
-2024-09-20 17:47:18.283 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mybatisConfig'
-2024-09-20 17:47:18.300 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'updateInterceptor'
-2024-09-20 17:47:18.313 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSource'
-2024-09-20 17:47:18.314 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure'
-2024-09-20 17:47:18.318 INFO 22604 --- [main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource
-2024-09-20 17:47:18.387 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
-2024-09-20 17:47:18.528 INFO 22604 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
-2024-09-20 17:47:18.599 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker'
-2024-09-20 17:47:18.602 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' via constructor to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
-2024-09-20 17:47:18.602 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd'
-2024-09-20 17:47:18.619 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sqlSessionFactory' via factory method to bean named 'dataSource'
-2024-09-20 17:47:18.700 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Registered plugin: 'AbstractSqlParserHandler(sqlParserList=null, sqlParserFilter=null)'
-2024-09-20 17:47:18.700 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Registered plugin: 'AbstractSqlParserHandler(sqlParserList=null, sqlParserFilter=null)'
-2024-09-20 17:47:18.809 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.sumObjective
-2024-09-20 17:47:18.809 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.sumSubjective
-2024-09-20 17:47:18.810 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.listByPaper
-2024-09-20 17:47:18.838 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.insert
-2024-09-20 17:47:18.845 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.delete
-2024-09-20 17:47:18.848 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.deleteByMap
-2024-09-20 17:47:18.849 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.deleteById
-2024-09-20 17:47:18.850 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.deleteBatchIds
-2024-09-20 17:47:18.858 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.update
-2024-09-20 17:47:18.860 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.updateById
-2024-09-20 17:47:18.861 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectById
-2024-09-20 17:47:18.863 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectBatchIds
-2024-09-20 17:47:18.864 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectByMap
-2024-09-20 17:47:18.866 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectOne
-2024-09-20 17:47:18.868 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectCount
-2024-09-20 17:47:18.870 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectMaps
-2024-09-20 17:47:18.871 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectMapsPage
-2024-09-20 17:47:18.873 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectObjs
-2024-09-20 17:47:18.876 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectList
-2024-09-20 17:47:18.880 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuMapper.selectPage
-2024-09-20 17:47:18.881 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/paper/PaperQuMapper.xml]'
-2024-09-20 17:47:18.895 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.insert
-2024-09-20 17:47:18.899 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.delete
-2024-09-20 17:47:18.903 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.deleteByMap
-2024-09-20 17:47:18.906 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.deleteById
-2024-09-20 17:47:18.910 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.deleteBatchIds
-2024-09-20 17:47:18.912 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.update
-2024-09-20 17:47:18.915 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.updateById
-2024-09-20 17:47:18.915 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectById
-2024-09-20 17:47:18.916 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectBatchIds
-2024-09-20 17:47:18.920 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectByMap
-2024-09-20 17:47:18.921 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectOne
-2024-09-20 17:47:18.924 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectCount
-2024-09-20 17:47:18.926 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectMaps
-2024-09-20 17:47:18.928 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectMapsPage
-2024-09-20 17:47:18.929 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectObjs
-2024-09-20 17:47:18.930 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectList
-2024-09-20 17:47:18.932 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysRoleMapper.selectPage
-2024-09-20 17:47:18.932 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/sys/user/SysRoleMapper.xml]'
-2024-09-20 17:47:18.938 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.system.mapper.SysDictMapper.findDict
-2024-09-20 17:47:18.939 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/sys/system/SysDictMapper.xml]'
-2024-09-20 17:47:18.946 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.listByExam
-2024-09-20 17:47:18.948 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.insert
-2024-09-20 17:47:18.949 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.delete
-2024-09-20 17:47:18.950 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.deleteByMap
-2024-09-20 17:47:18.951 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.deleteById
-2024-09-20 17:47:18.951 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.deleteBatchIds
-2024-09-20 17:47:18.953 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.update
-2024-09-20 17:47:18.953 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.updateById
-2024-09-20 17:47:18.954 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectById
-2024-09-20 17:47:18.955 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectBatchIds
-2024-09-20 17:47:18.956 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectByMap
-2024-09-20 17:47:18.956 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectOne
-2024-09-20 17:47:18.957 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectCount
-2024-09-20 17:47:18.958 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectMaps
-2024-09-20 17:47:18.959 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectMapsPage
-2024-09-20 17:47:18.960 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectObjs
-2024-09-20 17:47:18.962 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectList
-2024-09-20 17:47:18.963 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamRepoMapper.selectPage
-2024-09-20 17:47:18.964 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/exam/ExamRepoMapper.xml]'
-2024-09-20 17:47:18.969 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.list
-2024-09-20 17:47:18.969 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.listForShow
-2024-09-20 17:47:18.971 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.insert
-2024-09-20 17:47:18.972 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.delete
-2024-09-20 17:47:18.973 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.deleteByMap
-2024-09-20 17:47:18.974 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.deleteById
-2024-09-20 17:47:18.975 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.deleteBatchIds
-2024-09-20 17:47:18.976 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.update
-2024-09-20 17:47:18.977 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.updateById
-2024-09-20 17:47:18.978 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectById
-2024-09-20 17:47:18.980 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectBatchIds
-2024-09-20 17:47:18.980 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectByMap
-2024-09-20 17:47:18.981 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectOne
-2024-09-20 17:47:18.982 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectCount
-2024-09-20 17:47:18.983 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectMaps
-2024-09-20 17:47:18.984 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectMapsPage
-2024-09-20 17:47:18.985 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectObjs
-2024-09-20 17:47:18.985 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectList
-2024-09-20 17:47:18.986 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperQuAnswerMapper.selectPage
-2024-09-20 17:47:18.986 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/paper/PaperQuAnswerMapper.xml]'
-2024-09-20 17:47:18.991 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.insert
-2024-09-20 17:47:18.991 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.delete
-2024-09-20 17:47:18.992 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.deleteByMap
-2024-09-20 17:47:18.993 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.deleteById
-2024-09-20 17:47:18.994 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.deleteBatchIds
-2024-09-20 17:47:18.995 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.update
-2024-09-20 17:47:18.996 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.updateById
-2024-09-20 17:47:18.996 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectById
-2024-09-20 17:47:18.997 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectBatchIds
-2024-09-20 17:47:18.999 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectByMap
-2024-09-20 17:47:18.999 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectOne
-2024-09-20 17:47:19.000 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectCount
-2024-09-20 17:47:19.001 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectMaps
-2024-09-20 17:47:19.003 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectMapsPage
-2024-09-20 17:47:19.004 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectObjs
-2024-09-20 17:47:19.009 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectList
-2024-09-20 17:47:19.011 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserRoleMapper.selectPage
-2024-09-20 17:47:19.012 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/sys/user/SysUserRoleMapper.xml]'
-2024-09-20 17:47:19.026 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.paging
-2024-09-20 17:47:19.031 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.insert
-2024-09-20 17:47:19.035 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.delete
-2024-09-20 17:47:19.036 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.deleteByMap
-2024-09-20 17:47:19.045 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.deleteById
-2024-09-20 17:47:19.046 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.deleteBatchIds
-2024-09-20 17:47:19.047 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.update
-2024-09-20 17:47:19.048 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.updateById
-2024-09-20 17:47:19.048 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectById
-2024-09-20 17:47:19.049 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectBatchIds
-2024-09-20 17:47:19.050 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectByMap
-2024-09-20 17:47:19.050 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectOne
-2024-09-20 17:47:19.052 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectCount
-2024-09-20 17:47:19.053 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectMaps
-2024-09-20 17:47:19.054 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectMapsPage
-2024-09-20 17:47:19.056 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectObjs
-2024-09-20 17:47:19.057 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectList
-2024-09-20 17:47:19.058 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.paper.mapper.PaperMapper.selectPage
-2024-09-20 17:47:19.058 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/paper/PaperMapper.xml]'
-2024-09-20 17:47:19.065 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.paging
-2024-09-20 17:47:19.067 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.insert
-2024-09-20 17:47:19.069 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.delete
-2024-09-20 17:47:19.070 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.deleteByMap
-2024-09-20 17:47:19.070 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.deleteById
-2024-09-20 17:47:19.071 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.deleteBatchIds
-2024-09-20 17:47:19.073 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.update
-2024-09-20 17:47:19.073 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.updateById
-2024-09-20 17:47:19.073 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectById
-2024-09-20 17:47:19.074 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectBatchIds
-2024-09-20 17:47:19.074 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectByMap
-2024-09-20 17:47:19.075 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectOne
-2024-09-20 17:47:19.075 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectCount
-2024-09-20 17:47:19.077 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectMaps
-2024-09-20 17:47:19.078 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectMapsPage
-2024-09-20 17:47:19.078 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectObjs
-2024-09-20 17:47:19.079 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectList
-2024-09-20 17:47:19.079 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.exam.mapper.UserExamMapper.selectPage
-2024-09-20 17:47:19.079 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/user/UserExamMapper.xml]'
-2024-09-20 17:47:19.086 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.paging
-2024-09-20 17:47:19.086 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.reviewPaging
-2024-09-20 17:47:19.087 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.online
-2024-09-20 17:47:19.089 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.insert
-2024-09-20 17:47:19.091 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.delete
-2024-09-20 17:47:19.092 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.deleteByMap
-2024-09-20 17:47:19.093 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.deleteById
-2024-09-20 17:47:19.094 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.deleteBatchIds
-2024-09-20 17:47:19.095 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.update
-2024-09-20 17:47:19.097 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.updateById
-2024-09-20 17:47:19.098 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectById
-2024-09-20 17:47:19.099 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectBatchIds
-2024-09-20 17:47:19.099 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectByMap
-2024-09-20 17:47:19.100 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectOne
-2024-09-20 17:47:19.100 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectCount
-2024-09-20 17:47:19.101 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectMaps
-2024-09-20 17:47:19.104 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectMapsPage
-2024-09-20 17:47:19.105 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectObjs
-2024-09-20 17:47:19.108 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectList
-2024-09-20 17:47:19.108 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamMapper.selectPage
-2024-09-20 17:47:19.110 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/exam/ExamMapper.xml]'
-2024-09-20 17:47:19.123 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.insert
-2024-09-20 17:47:19.125 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.delete
-2024-09-20 17:47:19.127 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.deleteByMap
-2024-09-20 17:47:19.128 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.deleteById
-2024-09-20 17:47:19.129 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.deleteBatchIds
-2024-09-20 17:47:19.130 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.update
-2024-09-20 17:47:19.132 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.updateById
-2024-09-20 17:47:19.132 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectById
-2024-09-20 17:47:19.133 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectBatchIds
-2024-09-20 17:47:19.134 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectByMap
-2024-09-20 17:47:19.136 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectOne
-2024-09-20 17:47:19.138 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectCount
-2024-09-20 17:47:19.139 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectMaps
-2024-09-20 17:47:19.140 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectMapsPage
-2024-09-20 17:47:19.142 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectObjs
-2024-09-20 17:47:19.142 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectList
-2024-09-20 17:47:19.145 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.user.book.mapper.UserBookMapper.selectPage
-2024-09-20 17:47:19.145 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/user/UserBookMapper.xml]'
-2024-09-20 17:47:19.157 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.insert
-2024-09-20 17:47:19.160 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.delete
-2024-09-20 17:47:19.163 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.deleteByMap
-2024-09-20 17:47:19.165 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.deleteById
-2024-09-20 17:47:19.167 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.deleteBatchIds
-2024-09-20 17:47:19.170 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.update
-2024-09-20 17:47:19.173 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.updateById
-2024-09-20 17:47:19.173 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectById
-2024-09-20 17:47:19.176 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectBatchIds
-2024-09-20 17:47:19.179 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectByMap
-2024-09-20 17:47:19.180 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectOne
-2024-09-20 17:47:19.182 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectCount
-2024-09-20 17:47:19.183 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectMaps
-2024-09-20 17:47:19.184 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectMapsPage
-2024-09-20 17:47:19.186 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectObjs
-2024-09-20 17:47:19.187 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectList
-2024-09-20 17:47:19.189 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuAnswerMapper.selectPage
-2024-09-20 17:47:19.189 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/qu/QuAnswerMapper.xml]'
-2024-09-20 17:47:19.200 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.insert
-2024-09-20 17:47:19.203 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.delete
-2024-09-20 17:47:19.204 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.deleteByMap
-2024-09-20 17:47:19.205 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.deleteById
-2024-09-20 17:47:19.207 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.deleteBatchIds
-2024-09-20 17:47:19.210 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.update
-2024-09-20 17:47:19.212 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.updateById
-2024-09-20 17:47:19.212 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectById
-2024-09-20 17:47:19.213 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectBatchIds
-2024-09-20 17:47:19.214 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectByMap
-2024-09-20 17:47:19.217 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectOne
-2024-09-20 17:47:19.218 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectCount
-2024-09-20 17:47:19.219 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectMaps
-2024-09-20 17:47:19.220 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectMapsPage
-2024-09-20 17:47:19.221 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectObjs
-2024-09-20 17:47:19.221 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectList
-2024-09-20 17:47:19.222 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.exam.mapper.ExamDepartMapper.selectPage
-2024-09-20 17:47:19.222 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/exam/ExamDepartMapper.xml]'
-2024-09-20 17:47:19.228 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.listByRandom
-2024-09-20 17:47:19.228 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectRepos
-2024-09-20 17:47:19.230 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.paging
-2024-09-20 17:47:19.230 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.listForExport
-2024-09-20 17:47:19.234 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.insert
-2024-09-20 17:47:19.236 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.delete
-2024-09-20 17:47:19.238 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.deleteByMap
-2024-09-20 17:47:19.239 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.deleteById
-2024-09-20 17:47:19.240 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.deleteBatchIds
-2024-09-20 17:47:19.242 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.update
-2024-09-20 17:47:19.245 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.updateById
-2024-09-20 17:47:19.246 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectById
-2024-09-20 17:47:19.248 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectBatchIds
-2024-09-20 17:47:19.250 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectByMap
-2024-09-20 17:47:19.254 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectOne
-2024-09-20 17:47:19.255 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectCount
-2024-09-20 17:47:19.257 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectMaps
-2024-09-20 17:47:19.258 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectMapsPage
-2024-09-20 17:47:19.259 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectObjs
-2024-09-20 17:47:19.261 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectList
-2024-09-20 17:47:19.263 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuMapper.selectPage
-2024-09-20 17:47:19.264 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/qu/QuMapper.xml]'
-2024-09-20 17:47:19.273 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.paging
-2024-09-20 17:47:19.279 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.insert
-2024-09-20 17:47:19.280 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.delete
-2024-09-20 17:47:19.282 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.deleteByMap
-2024-09-20 17:47:19.284 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.deleteById
-2024-09-20 17:47:19.286 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.deleteBatchIds
-2024-09-20 17:47:19.289 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.update
-2024-09-20 17:47:19.291 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.updateById
-2024-09-20 17:47:19.291 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectById
-2024-09-20 17:47:19.293 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectBatchIds
-2024-09-20 17:47:19.294 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectByMap
-2024-09-20 17:47:19.295 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectOne
-2024-09-20 17:47:19.297 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectCount
-2024-09-20 17:47:19.298 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectMaps
-2024-09-20 17:47:19.301 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectMapsPage
-2024-09-20 17:47:19.303 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectObjs
-2024-09-20 17:47:19.305 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectList
-2024-09-20 17:47:19.307 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.repo.mapper.RepoMapper.selectPage
-2024-09-20 17:47:19.307 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/repo/RepoMapper.xml]'
-2024-09-20 17:47:19.313 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.insert
-2024-09-20 17:47:19.314 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.delete
-2024-09-20 17:47:19.316 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.deleteByMap
-2024-09-20 17:47:19.318 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.deleteById
-2024-09-20 17:47:19.319 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.deleteBatchIds
-2024-09-20 17:47:19.321 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.update
-2024-09-20 17:47:19.322 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.updateById
-2024-09-20 17:47:19.323 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectById
-2024-09-20 17:47:19.324 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectBatchIds
-2024-09-20 17:47:19.325 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectByMap
-2024-09-20 17:47:19.328 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectOne
-2024-09-20 17:47:19.330 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectCount
-2024-09-20 17:47:19.332 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectMaps
-2024-09-20 17:47:19.333 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectMapsPage
-2024-09-20 17:47:19.335 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectObjs
-2024-09-20 17:47:19.337 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectList
-2024-09-20 17:47:19.339 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.qu.mapper.QuRepoMapper.selectPage
-2024-09-20 17:47:19.339 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/qu/QuRepoMapper.xml]'
-2024-09-20 17:47:19.345 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.findChildren
-2024-09-20 17:47:19.347 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.paging
-2024-09-20 17:47:19.349 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.insert
-2024-09-20 17:47:19.350 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.delete
-2024-09-20 17:47:19.351 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.deleteByMap
-2024-09-20 17:47:19.353 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.deleteById
-2024-09-20 17:47:19.354 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.deleteBatchIds
-2024-09-20 17:47:19.355 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.update
-2024-09-20 17:47:19.356 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.updateById
-2024-09-20 17:47:19.357 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectById
-2024-09-20 17:47:19.358 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectBatchIds
-2024-09-20 17:47:19.359 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectByMap
-2024-09-20 17:47:19.360 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectOne
-2024-09-20 17:47:19.361 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectCount
-2024-09-20 17:47:19.363 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectMaps
-2024-09-20 17:47:19.364 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectMapsPage
-2024-09-20 17:47:19.367 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectObjs
-2024-09-20 17:47:19.368 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectList
-2024-09-20 17:47:19.370 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.depart.mapper.SysDepartMapper.selectPage
-2024-09-20 17:47:19.371 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/sys/depart/SysDepartMapper.xml]'
-2024-09-20 17:47:19.379 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.insert
-2024-09-20 17:47:19.380 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.delete
-2024-09-20 17:47:19.382 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.deleteByMap
-2024-09-20 17:47:19.383 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.deleteById
-2024-09-20 17:47:19.385 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.deleteBatchIds
-2024-09-20 17:47:19.388 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.update
-2024-09-20 17:47:19.389 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.updateById
-2024-09-20 17:47:19.389 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectById
-2024-09-20 17:47:19.390 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectBatchIds
-2024-09-20 17:47:19.392 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectByMap
-2024-09-20 17:47:19.394 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectOne
-2024-09-20 17:47:19.396 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectCount
-2024-09-20 17:47:19.398 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectMaps
-2024-09-20 17:47:19.401 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectMapsPage
-2024-09-20 17:47:19.402 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectObjs
-2024-09-20 17:47:19.404 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectList
-2024-09-20 17:47:19.406 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.user.mapper.SysUserMapper.selectPage
-2024-09-20 17:47:19.406 DEBUG 22604 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'URL [jar:file:/S:/yfexam-exam-main/docs/а/exam-api.jar!/BOOT-INF/classes!/mapper/sys/user/SysUserMapper.xml]'
-2024-09-20 17:47:20.480 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sqlSessionTemplate'
-2024-09-20 17:47:20.480 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory'
-2024-09-20 17:47:20.497 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quServiceImpl'
-2024-09-20 17:47:20.500 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quMapper'
-2024-09-20 17:47:20.511 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quAnswerServiceImpl'
-2024-09-20 17:47:20.513 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quAnswerMapper'
-2024-09-20 17:47:20.580 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quRepoServiceImpl'
-2024-09-20 17:47:20.584 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quRepoMapper'
-2024-09-20 17:47:20.590 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repoServiceImpl'
-2024-09-20 17:47:20.593 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repoMapper'
-2024-09-20 17:47:20.712 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userExamController'
-2024-09-20 17:47:20.717 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userExamServiceImpl'
-2024-09-20 17:47:20.719 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userExamMapper'
-2024-09-20 17:47:20.779 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysDepartController'
-2024-09-20 17:47:20.784 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysDepartServiceImpl'
-2024-09-20 17:47:20.785 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysDepartMapper'
-2024-09-20 17:47:20.818 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysConfigServiceImpl'
-2024-09-20 17:47:20.821 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysConfigMapper'
-2024-09-20 17:47:20.824 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.insert
-2024-09-20 17:47:20.825 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.delete
-2024-09-20 17:47:20.826 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.deleteByMap
-2024-09-20 17:47:20.827 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.deleteById
-2024-09-20 17:47:20.829 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.deleteBatchIds
-2024-09-20 17:47:20.830 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.update
-2024-09-20 17:47:20.831 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.updateById
-2024-09-20 17:47:20.831 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectById
-2024-09-20 17:47:20.832 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectBatchIds
-2024-09-20 17:47:20.833 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectByMap
-2024-09-20 17:47:20.834 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectOne
-2024-09-20 17:47:20.836 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectCount
-2024-09-20 17:47:20.837 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectMaps
-2024-09-20 17:47:20.839 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectMapsPage
-2024-09-20 17:47:20.840 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectObjs
-2024-09-20 17:47:20.841 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectList
-2024-09-20 17:47:20.842 DEBUG 22604 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.yf.exam.modules.sys.config.mapper.SysConfigMapper.selectPage
-2024-09-20 17:47:20.866 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysUserController'
-2024-09-20 17:47:20.870 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysUserServiceImpl'
-2024-09-20 17:47:20.872 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysUserMapper'
-2024-09-20 17:47:20.880 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysUserRoleServiceImpl'
-2024-09-20 17:47:20.884 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysUserRoleMapper'
-2024-09-20 17:47:20.946 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysRoleServiceImpl'
-2024-09-20 17:47:20.948 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysRoleMapper'
-2024-09-20 17:47:20.974 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examController'
-2024-09-20 17:47:20.980 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examServiceImpl'
-2024-09-20 17:47:20.982 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examMapper'
-2024-09-20 17:47:20.988 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examRepoServiceImpl'
-2024-09-20 17:47:20.988 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examRepoMapper'
-2024-09-20 17:47:21.005 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examDepartServiceImpl'
-2024-09-20 17:47:21.006 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examDepartMapper'
-2024-09-20 17:47:21.054 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repoController'
-2024-09-20 17:47:21.065 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dictAspect'
-2024-09-20 17:47:21.067 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysDictServiceImpl'
-2024-09-20 17:47:21.069 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysDictMapper'
-2024-09-20 17:47:21.074 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springUtils'
-2024-09-20 17:47:21.075 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerConfig'
-2024-09-20 17:47:21.080 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jobServiceImpl'
-2024-09-20 17:47:21.084 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quartzDataSourceInitializer'
-2024-09-20 17:47:21.084 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration$JdbcStoreTypeConfiguration'
-2024-09-20 17:47:21.089 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties'
-2024-09-20 17:47:21.102 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'quartzDataSourceInitializer' via factory method to bean named 'dataSource'
-2024-09-20 17:47:21.102 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'quartzDataSourceInitializer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd'
-2024-09-20 17:47:21.102 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'quartzDataSourceInitializer' via factory method to bean named 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties'
-2024-09-20 17:47:21.118 DEBUG 22604 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:21.128 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quartzScheduler'
-2024-09-20 17:47:21.128 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration'
-2024-09-20 17:47:21.128 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration$$EnhancerBySpringCGLIB$$b1304873] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.131 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration' via constructor to bean named 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties'
-2024-09-20 17:47:21.131 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd'
-2024-09-20 17:47:21.142 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceCustomizer'
-2024-09-20 17:47:21.142 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceCustomizer' via factory method to bean named 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties'
-2024-09-20 17:47:21.142 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceCustomizer' via factory method to bean named 'dataSource'
-2024-09-20 17:47:21.147 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionManager'
-2024-09-20 17:47:21.147 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration'
-2024-09-20 17:47:21.148 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration$$EnhancerBySpringCGLIB$$7d709c98] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.148 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration' via constructor to bean named 'dataSource'
-2024-09-20 17:47:21.149 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
-2024-09-20 17:47:21.149 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
-2024-09-20 17:47:21.157 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
-2024-09-20 17:47:21.166 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionManager' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
-2024-09-20 17:47:21.203 INFO 22604 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
-2024-09-20 17:47:21.205 INFO 22604 --- [main] org.quartz.simpl.SimpleThreadPool : Job execution threads will use class loader of thread: main
-2024-09-20 17:47:21.212 INFO 22604 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
-2024-09-20 17:47:21.212 INFO 22604 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
-2024-09-20 17:47:21.215 DEBUG 22604 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:21.217 INFO 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : Using db table-based data access locking (synchronization).
-2024-09-20 17:47:21.218 INFO 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : JobStoreCMT initialized.
-2024-09-20 17:47:21.220 INFO 22604 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'examScheduler' with instanceId 'lang1726825641205'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
-
-2024-09-20 17:47:21.220 INFO 22604 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'examScheduler' initialized from an externally provided properties instance.
-2024-09-20 17:47:21.220 INFO 22604 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
-2024-09-20 17:47:21.220 INFO 22604 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@77b919a3
-2024-09-20 17:47:21.221 DEBUG 22604 --- [main] o.s.j.d.DataSourceTransactionManager : Creating new transaction with name [null]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
-2024-09-20 17:47:21.221 DEBUG 22604 --- [main] o.s.j.d.DataSourceTransactionManager : Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@712cfb63] for JDBC transaction
-2024-09-20 17:47:21.223 DEBUG 22604 --- [main] o.s.j.d.DataSourceTransactionManager : Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@712cfb63] to manual commit
-2024-09-20 17:47:21.224 DEBUG 22604 --- [main] o.s.j.d.DataSourceTransactionManager : Initiating transaction commit
-2024-09-20 17:47:21.224 DEBUG 22604 --- [main] o.s.j.d.DataSourceTransactionManager : Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@712cfb63]
-2024-09-20 17:47:21.226 DEBUG 22604 --- [main] o.s.j.d.DataSourceTransactionManager : Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@712cfb63] after transaction
-2024-09-20 17:47:21.234 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jobServiceImpl' via constructor to bean named '&quartzScheduler'
-2024-09-20 17:47:21.235 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'breakExamJob'
-2024-09-20 17:47:21.239 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paperServiceImpl'
-2024-09-20 17:47:21.240 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paperMapper'
-2024-09-20 17:47:21.265 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paperQuServiceImpl'
-2024-09-20 17:47:21.269 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paperQuMapper'
-2024-09-20 17:47:21.291 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paperQuAnswerServiceImpl'
-2024-09-20 17:47:21.293 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paperQuAnswerMapper'
-2024-09-20 17:47:21.318 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'userBookController'
-2024-09-20 17:47:21.326 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quController'
-2024-09-20 17:47:21.340 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysConfigController'
-2024-09-20 17:47:21.348 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sysRoleController'
-2024-09-20 17:47:21.355 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uploadServiceImpl'
-2024-09-20 17:47:21.357 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uploadConfig'
-2024-09-20 17:47:21.359 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'injectUtils'
-2024-09-20 17:47:21.359 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paperController'
-2024-09-20 17:47:21.365 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'serviceExceptionHandler'
-2024-09-20 17:47:21.370 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uploadController'
-2024-09-20 17:47:21.375 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'serviceModelToSwagger2MapperImpl'
-2024-09-20 17:47:21.385 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'modelMapperImpl'
-2024-09-20 17:47:21.389 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterMapperImpl'
-2024-09-20 17:47:21.391 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityMapperImpl'
-2024-09-20 17:47:21.401 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'licenseMapperImpl'
-2024-09-20 17:47:21.404 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'vendorExtensionsMapperImpl'
-2024-09-20 17:47:21.405 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiListingReferenceScanner'
-2024-09-20 17:47:21.406 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiDocumentationScanner'
-2024-09-20 17:47:21.410 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiListingScanner'
-2024-09-20 17:47:21.412 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiDescriptionReader'
-2024-09-20 17:47:21.419 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachingOperationReader'
-2024-09-20 17:47:21.421 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiOperationReader'
-2024-09-20 17:47:21.422 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'documentationPluginsManager'
-2024-09-20 17:47:21.427 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'documentationPluginRegistry'
-2024-09-20 17:47:21.446 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiListingBuilderPluginRegistry'
-2024-09-20 17:47:21.449 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterBuilderPluginRegistry'
-2024-09-20 17:47:21.453 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'expandedParameterBuilderPluginRegistry'
-2024-09-20 17:47:21.456 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationBuilderPluginRegistry'
-2024-09-20 17:47:21.458 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceGroupingStrategyRegistry'
-2024-09-20 17:47:21.459 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationModelsProviderPluginRegistry'
-2024-09-20 17:47:21.460 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultsProviderPluginRegistry'
-2024-09-20 17:47:21.461 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pathDecoratorRegistry'
-2024-09-20 17:47:21.462 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiListingScannerPluginRegistry'
-2024-09-20 17:47:21.464 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachingOperationNameGenerator'
-2024-09-20 17:47:21.470 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiOperationReader' via constructor to bean named 'documentationPluginsManager'
-2024-09-20 17:47:21.470 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiOperationReader' via constructor to bean named 'cachingOperationNameGenerator'
-2024-09-20 17:47:21.471 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachingOperationReader' via constructor to bean named 'apiOperationReader'
-2024-09-20 17:47:21.490 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiDescriptionLookup'
-2024-09-20 17:47:21.493 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiDescriptionReader' via constructor to bean named 'cachingOperationReader'
-2024-09-20 17:47:21.493 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiDescriptionReader' via constructor to bean named 'documentationPluginsManager'
-2024-09-20 17:47:21.493 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiDescriptionReader' via constructor to bean named 'apiDescriptionLookup'
-2024-09-20 17:47:21.494 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiModelReader'
-2024-09-20 17:47:21.496 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachingModelProvider'
-2024-09-20 17:47:21.496 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultModelProvider'
-2024-09-20 17:47:21.498 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'typeResolver'
-2024-09-20 17:47:21.498 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springfox.documentation.schema.configuration.ModelsConfiguration'
-2024-09-20 17:47:21.504 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachingModelPropertiesProvider'
-2024-09-20 17:47:21.505 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'optimized'
-2024-09-20 17:47:21.508 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'accessorsProvider'
-2024-09-20 17:47:21.510 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'accessorsProvider' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.512 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fieldProvider'
-2024-09-20 17:47:21.513 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'fieldProvider' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.515 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'factoryMethodProvider'
-2024-09-20 17:47:21.516 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'factoryMethodProvider' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.519 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectMapperBeanPropertyNamingStrategy'
-2024-09-20 17:47:21.521 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'schemaPluginsManager'
-2024-09-20 17:47:21.522 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'modelPropertyBuilderPluginRegistry'
-2024-09-20 17:47:21.526 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'modelBuilderPluginRegistry'
-2024-09-20 17:47:21.529 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'syntheticModelProviderPluginRegistry'
-2024-09-20 17:47:21.530 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'schemaPluginsManager' via constructor to bean named 'modelPropertyBuilderPluginRegistry'
-2024-09-20 17:47:21.531 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'schemaPluginsManager' via constructor to bean named 'modelBuilderPluginRegistry'
-2024-09-20 17:47:21.531 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'schemaPluginsManager' via constructor to bean named 'syntheticModelProviderPluginRegistry'
-2024-09-20 17:47:21.534 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'typeNameExtractor'
-2024-09-20 17:47:21.537 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'typeNameProviderPluginRegistry'
-2024-09-20 17:47:21.542 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.543 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'typeNameExtractor' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.543 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'typeNameExtractor' via constructor to bean named 'typeNameProviderPluginRegistry'
-2024-09-20 17:47:21.544 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'typeNameExtractor' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.546 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'optimized' via constructor to bean named 'accessorsProvider'
-2024-09-20 17:47:21.546 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'optimized' via constructor to bean named 'fieldProvider'
-2024-09-20 17:47:21.546 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'optimized' via constructor to bean named 'factoryMethodProvider'
-2024-09-20 17:47:21.546 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'optimized' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.547 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'optimized' via constructor to bean named 'objectMapperBeanPropertyNamingStrategy'
-2024-09-20 17:47:21.547 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'optimized' via constructor to bean named 'schemaPluginsManager'
-2024-09-20 17:47:21.547 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'optimized' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.551 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachingModelPropertiesProvider' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.551 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachingModelPropertiesProvider' via constructor to bean named 'optimized'
-2024-09-20 17:47:21.554 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachingModelDependencyProvider'
-2024-09-20 17:47:21.555 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultModelDependencyProvider'
-2024-09-20 17:47:21.558 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelDependencyProvider' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.558 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelDependencyProvider' via constructor to bean named 'cachingModelPropertiesProvider'
-2024-09-20 17:47:21.558 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelDependencyProvider' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.558 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelDependencyProvider' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.558 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelDependencyProvider' via constructor to bean named 'schemaPluginsManager'
-2024-09-20 17:47:21.560 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachingModelDependencyProvider' via constructor to bean named 'defaultModelDependencyProvider'
-2024-09-20 17:47:21.561 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelProvider' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.561 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelProvider' via constructor to bean named 'cachingModelPropertiesProvider'
-2024-09-20 17:47:21.561 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelProvider' via constructor to bean named 'cachingModelDependencyProvider'
-2024-09-20 17:47:21.562 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelProvider' via constructor to bean named 'schemaPluginsManager'
-2024-09-20 17:47:21.562 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelProvider' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.562 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultModelProvider' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.563 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachingModelProvider' via constructor to bean named 'defaultModelProvider'
-2024-09-20 17:47:21.564 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiModelReader' via constructor to bean named 'cachingModelProvider'
-2024-09-20 17:47:21.564 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiModelReader' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.564 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiModelReader' via constructor to bean named 'documentationPluginsManager'
-2024-09-20 17:47:21.565 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiListingScanner' via constructor to bean named 'apiDescriptionReader'
-2024-09-20 17:47:21.565 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiListingScanner' via constructor to bean named 'apiModelReader'
-2024-09-20 17:47:21.565 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiListingScanner' via constructor to bean named 'documentationPluginsManager'
-2024-09-20 17:47:21.566 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiDocumentationScanner' via constructor to bean named 'apiListingReferenceScanner'
-2024-09-20 17:47:21.566 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiDocumentationScanner' via constructor to bean named 'apiListingScanner'
-2024-09-20 17:47:21.567 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiListingReader'
-2024-09-20 17:47:21.569 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mediaTypeReader'
-2024-09-20 17:47:21.572 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationModelsProvider'
-2024-09-20 17:47:21.573 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationModelsProvider' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.575 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationDeprecatedReader'
-2024-09-20 17:47:21.576 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'responseMessagesReader'
-2024-09-20 17:47:21.577 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseMessagesReader' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.578 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationParameterReader'
-2024-09-20 17:47:21.581 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'modelAttributeParameterExpander'
-2024-09-20 17:47:21.583 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'modelAttributeParameterExpander' via constructor to bean named 'fieldProvider'
-2024-09-20 17:47:21.583 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'modelAttributeParameterExpander' via constructor to bean named 'accessorsProvider'
-2024-09-20 17:47:21.583 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'modelAttributeParameterExpander' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.584 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationParameterReader' via constructor to bean named 'modelAttributeParameterExpander'
-2024-09-20 17:47:21.584 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationParameterReader' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.585 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultTagsProvider'
-2024-09-20 17:47:21.587 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationTagsReader'
-2024-09-20 17:47:21.588 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationTagsReader' via constructor to bean named 'defaultTagsProvider'
-2024-09-20 17:47:21.589 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultOperationReader'
-2024-09-20 17:47:21.590 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationParameterRequestConditionReader'
-2024-09-20 17:47:21.591 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationParameterRequestConditionReader' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.592 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationParameterHeadersConditionReader'
-2024-09-20 17:47:21.592 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationParameterHeadersConditionReader' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.594 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationResponseClassReader'
-2024-09-20 17:47:21.595 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationResponseClassReader' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.597 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterMultiplesReader'
-2024-09-20 17:47:21.598 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterTypeReader'
-2024-09-20 17:47:21.600 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterRequiredReader'
-2024-09-20 17:47:21.603 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'descriptionResolver'
-2024-09-20 17:47:21.604 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springfox.documentation.spring.web.SpringfoxWebMvcConfiguration'
-2024-09-20 17:47:21.608 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'descriptionResolver' via factory method to bean named 'environment'
-2024-09-20 17:47:21.612 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterRequiredReader' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.613 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterDataTypeReader'
-2024-09-20 17:47:21.613 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterDataTypeReader' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.613 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterDataTypeReader' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.614 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterDataTypeReader' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.615 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterDefaultReader'
-2024-09-20 17:47:21.615 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterDefaultReader' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.616 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNameReader'
-2024-09-20 17:47:21.617 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'expandedParameterBuilder'
-2024-09-20 17:47:21.618 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'expandedParameterBuilder' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.618 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'expandedParameterBuilder' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.620 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'documentationPluginsBootstrapper'
-2024-09-20 17:47:21.623 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcRequestHandlerProvider'
-2024-09-20 17:47:21.625 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodResolver'
-2024-09-20 17:47:21.626 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodResolver' via factory method to bean named 'typeResolver'
-2024-09-20 17:47:21.631 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping'
-2024-09-20 17:47:21.631 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration'
-2024-09-20 17:47:21.631 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$3b5d54a9] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.634 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3059cbc'
-2024-09-20 17:47:21.643 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter'
-2024-09-20 17:47:21.644 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$dd611f8e] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.646 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
-2024-09-20 17:47:21.646 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
-2024-09-20 17:47:21.646 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3059cbc'
-2024-09-20 17:47:21.667 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService'
-2024-09-20 17:47:21.673 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider'
-2024-09-20 17:47:21.676 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager'
-2024-09-20 17:47:21.708 DEBUG 22604 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 65 mappings in 'requestMappingHandlerMapping'
-2024-09-20 17:47:21.728 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcRequestHandlerProvider' via constructor to bean named 'methodResolver'
-2024-09-20 17:47:21.728 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcRequestHandlerProvider' via constructor to bean named 'requestMappingHandlerMapping'
-2024-09-20 17:47:21.732 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceGroupCache'
-2024-09-20 17:47:21.735 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaults'
-2024-09-20 17:47:21.758 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'documentationPluginsBootstrapper' via constructor to bean named 'documentationPluginsManager'
-2024-09-20 17:47:21.758 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'documentationPluginsBootstrapper' via constructor to bean named 'webMvcRequestHandlerProvider'
-2024-09-20 17:47:21.758 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'documentationPluginsBootstrapper' via constructor to bean named 'resourceGroupCache'
-2024-09-20 17:47:21.758 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'documentationPluginsBootstrapper' via constructor to bean named 'apiDocumentationScanner'
-2024-09-20 17:47:21.758 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'documentationPluginsBootstrapper' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.758 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'documentationPluginsBootstrapper' via constructor to bean named 'defaults'
-2024-09-20 17:47:21.759 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'documentationPluginsBootstrapper' via constructor to bean named 'servletContext'
-2024-09-20 17:47:21.759 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'documentationPluginsBootstrapper' via constructor to bean named 'environment'
-2024-09-20 17:47:21.763 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'queryStringUriTemplateDecorator'
-2024-09-20 17:47:21.764 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pathMappingDecorator'
-2024-09-20 17:47:21.764 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pathSanitizer'
-2024-09-20 17:47:21.766 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationPathDecorator'
-2024-09-20 17:47:21.766 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertyDiscriminatorBasedInheritancePlugin'
-2024-09-20 17:47:21.767 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertyDiscriminatorBasedInheritancePlugin' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.767 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertyDiscriminatorBasedInheritancePlugin' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.768 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiModelPropertyPropertyBuilder'
-2024-09-20 17:47:21.768 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiModelPropertyPropertyBuilder' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.769 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiModelTypeNameProvider'
-2024-09-20 17:47:21.770 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiModelBuilder'
-2024-09-20 17:47:21.771 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiModelBuilder' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.771 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiModelBuilder' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.772 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationImplicitParameterReader'
-2024-09-20 17:47:21.776 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationImplicitParameterReader' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.777 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'vendorExtensionsReader'
-2024-09-20 17:47:21.778 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerOperationResponseClassReader'
-2024-09-20 17:47:21.780 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerOperationResponseClassReader' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.780 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerOperationResponseClassReader' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.781 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerOperationModelsProvider'
-2024-09-20 17:47:21.783 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerOperationModelsProvider' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.784 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerMediaTypeReader'
-2024-09-20 17:47:21.786 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationHttpMethodReader'
-2024-09-20 17:47:21.788 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationImplicitParametersReader'
-2024-09-20 17:47:21.789 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationImplicitParametersReader' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.789 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationAuthReader'
-2024-09-20 17:47:21.790 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationHiddenReader'
-2024-09-20 17:47:21.791 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationSummaryReader'
-2024-09-20 17:47:21.792 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationSummaryReader' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.793 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerResponseMessageReader'
-2024-09-20 17:47:21.796 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerResponseMessageReader' via constructor to bean named 'typeNameExtractor'
-2024-09-20 17:47:21.796 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerResponseMessageReader' via constructor to bean named 'typeResolver'
-2024-09-20 17:47:21.797 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationNicknameIntoUniqueIdReader'
-2024-09-20 17:47:21.798 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationPositionReader'
-2024-09-20 17:47:21.800 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationNotesReader'
-2024-09-20 17:47:21.801 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationNotesReader' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.802 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerOperationTagsReader'
-2024-09-20 17:47:21.803 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerOperationTagsReader' via constructor to bean named 'defaultTagsProvider'
-2024-09-20 17:47:21.804 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerParameterDescriptionReader'
-2024-09-20 17:47:21.804 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerParameterDescriptionReader' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.805 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerParameterDescriptionReader' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.805 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerExpandedParameterBuilder'
-2024-09-20 17:47:21.807 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerExpandedParameterBuilder' via constructor to bean named 'descriptionResolver'
-2024-09-20 17:47:21.807 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerExpandedParameterBuilder' via constructor to bean named 'jacksonEnumTypeDeterminer'
-2024-09-20 17:47:21.808 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerApiListingReader'
-2024-09-20 17:47:21.808 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'classOrApiAnnotationResourceGrouping'
-2024-09-20 17:47:21.809 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'inMemorySwaggerResourcesProvider'
-2024-09-20 17:47:21.811 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'inMemorySwaggerResourcesProvider' via constructor to bean named 'environment'
-2024-09-20 17:47:21.811 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'inMemorySwaggerResourcesProvider' via constructor to bean named 'resourceGroupCache'
-2024-09-20 17:47:21.815 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'apiResourceController'
-2024-09-20 17:47:21.818 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'apiResourceController' via constructor to bean named 'inMemorySwaggerResourcesProvider'
-2024-09-20 17:47:21.823 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerBootstrapUiController'
-2024-09-20 17:47:21.826 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonSerializer'
-2024-09-20 17:47:21.828 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swagger2Module'
-2024-09-20 17:47:21.828 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springfox.documentation.swagger2.configuration.Swagger2DocumentationConfiguration'
-2024-09-20 17:47:21.834 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonSerializer' via factory method to bean named 'swagger2Module'
-2024-09-20 17:47:21.836 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerBootstrapUiController' via constructor to bean named 'environment'
-2024-09-20 17:47:21.836 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerBootstrapUiController' via constructor to bean named 'serviceModelToSwagger2MapperImpl'
-2024-09-20 17:47:21.837 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerBootstrapUiController' via constructor to bean named 'resourceGroupCache'
-2024-09-20 17:47:21.837 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerBootstrapUiController' via constructor to bean named 'jsonSerializer'
-2024-09-20 17:47:21.837 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerBootstrapUiController' via constructor to bean named 'webMvcRequestHandlerProvider'
-2024-09-20 17:47:21.839 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'markdownFiles'
-2024-09-20 17:47:21.839 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.github.xiaoymin.swaggerbootstrapui.configuration.MarkdownFileConfiguration'
-2024-09-20 17:47:21.846 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskScheduler'
-2024-09-20 17:47:21.848 INFO 22604 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
-2024-09-20 17:47:21.851 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'asyncExecutor'
-2024-09-20 17:47:21.852 INFO 22604 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
-2024-09-20 17:47:21.852 INFO 22604 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'asyncExecutor'
-2024-09-20 17:47:21.855 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springfox.documentation.swagger.configuration.SwaggerCommonConfiguration'
-2024-09-20 17:47:21.856 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swagger2ControllerMapping'
-2024-09-20 17:47:21.857 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swagger2ControllerMapping' via factory method to bean named 'environment'
-2024-09-20 17:47:21.857 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swagger2ControllerMapping' via factory method to bean named 'resourceGroupCache'
-2024-09-20 17:47:21.857 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swagger2ControllerMapping' via factory method to bean named 'serviceModelToSwagger2MapperImpl'
-2024-09-20 17:47:21.857 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swagger2ControllerMapping' via factory method to bean named 'jsonSerializer'
-2024-09-20 17:47:21.861 DEBUG 22604 --- [main] pertySourcedRequestMappingHandlerMapping : initialising the handler methods
-2024-09-20 17:47:21.863 INFO 22604 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
-2024-09-20 17:47:21.866 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.github.xiaoymin.swaggerbootstrapui.configuration.SwaggerBootstrapUIConfiguration'
-2024-09-20 17:47:21.867 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'examApi'
-2024-09-20 17:47:21.874 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityScheme'
-2024-09-20 17:47:21.881 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
-2024-09-20 17:47:21.883 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration'
-2024-09-20 17:47:21.884 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration'
-2024-09-20 17:47:21.884 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration'
-2024-09-20 17:47:21.886 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration'
-2024-09-20 17:47:21.887 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration$$EnhancerBySpringCGLIB$$5c0f9cff] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.888 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
-2024-09-20 17:47:21.891 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
-2024-09-20 17:47:21.891 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder'
-2024-09-20 17:47:21.897 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration'
-2024-09-20 17:47:21.897 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultValidator'
-2024-09-20 17:47:21.902 DEBUG 22604 --- [main] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
-2024-09-20 17:47:21.903 DEBUG 22604 --- [main] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
-2024-09-20 17:47:21.905 DEBUG 22604 --- [main] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
-2024-09-20 17:47:21.906 DEBUG 22604 --- [main] o.h.v.internal.engine.ConfigurationImpl : Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
-2024-09-20 17:47:21.906 DEBUG 22604 --- [main] o.h.v.internal.engine.ConfigurationImpl : Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-2024-09-20 17:47:21.906 DEBUG 22604 --- [main] o.h.v.internal.engine.ConfigurationImpl : Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
-2024-09-20 17:47:21.907 DEBUG 22604 --- [main] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration.
-2024-09-20 17:47:21.907 DEBUG 22604 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via user class loader
-2024-09-20 17:47:21.907 DEBUG 22604 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL
-2024-09-20 17:47:21.908 DEBUG 22604 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
-2024-09-20 17:47:21.908 DEBUG 22604 --- [main] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only.
-2024-09-20 17:47:21.910 DEBUG 22604 --- [main] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
-2024-09-20 17:47:21.910 DEBUG 22604 --- [main] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
-2024-09-20 17:47:21.911 DEBUG 22604 --- [main] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
-2024-09-20 17:47:21.911 DEBUG 22604 --- [main] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
-2024-09-20 17:47:21.911 DEBUG 22604 --- [main] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
-2024-09-20 17:47:21.914 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration'
-2024-09-20 17:47:21.915 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error'
-2024-09-20 17:47:21.918 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver'
-2024-09-20 17:47:21.918 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes'
-2024-09-20 17:47:21.920 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController'
-2024-09-20 17:47:21.920 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes'
-2024-09-20 17:47:21.921 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration'
-2024-09-20 17:47:21.923 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration$$EnhancerBySpringCGLIB$$999e27d4] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.924 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
-2024-09-20 17:47:21.925 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'faviconHandlerMapping'
-2024-09-20 17:47:21.927 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'faviconRequestHandler'
-2024-09-20 17:47:21.935 DEBUG 22604 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/**/favicon.ico] in 'faviconHandlerMapping'
-2024-09-20 17:47:21.937 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter'
-2024-09-20 17:47:21.945 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters'
-2024-09-20 17:47:21.945 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration'
-2024-09-20 17:47:21.945 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$$EnhancerBySpringCGLIB$$eaa3cfbd] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.946 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter'
-2024-09-20 17:47:21.946 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration'
-2024-09-20 17:47:21.947 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$1db1965d] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.947 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
-2024-09-20 17:47:21.952 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter'
-2024-09-20 17:47:21.953 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration'
-2024-09-20 17:47:21.955 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper'
-2024-09-20 17:47:21.956 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration'
-2024-09-20 17:47:21.957 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapperBuilder'
-2024-09-20 17:47:21.957 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration'
-2024-09-20 17:47:21.958 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration$$EnhancerBySpringCGLIB$$de5045d3] - unable to determine constructor/method parameter names
-2024-09-20 17:47:21.958 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd'
-2024-09-20 17:47:21.959 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer'
-2024-09-20 17:47:21.959 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration'
-2024-09-20 17:47:21.960 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
-2024-09-20 17:47:21.961 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd'
-2024-09-20 17:47:21.961 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
-2024-09-20 17:47:21.962 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer'
-2024-09-20 17:47:21.965 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule'
-2024-09-20 17:47:21.965 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration'
-2024-09-20 17:47:21.968 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule'
-2024-09-20 17:47:21.968 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration'
-2024-09-20 17:47:21.978 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder'
-2024-09-20 17:47:22.010 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper'
-2024-09-20 17:47:22.137 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator'
-2024-09-20 17:47:22.151 DEBUG 22604 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 1 @ModelAttribute, 1 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
-2024-09-20 17:47:22.173 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher'
-2024-09-20 17:47:22.175 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper'
-2024-09-20 17:47:22.178 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping'
-2024-09-20 17:47:22.179 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping'
-2024-09-20 17:47:22.185 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping'
-2024-09-20 17:47:22.191 DEBUG 22604 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
-2024-09-20 17:47:22.191 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping'
-2024-09-20 17:47:22.192 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor'
-2024-09-20 17:47:22.194 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter'
-2024-09-20 17:47:22.195 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter'
-2024-09-20 17:47:22.197 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver'
-2024-09-20 17:47:22.203 DEBUG 22604 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 1 @ExceptionHandler, 1 ResponseBodyAdvice
-2024-09-20 17:47:22.206 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver'
-2024-09-20 17:47:22.211 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver'
-2024-09-20 17:47:22.222 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
-2024-09-20 17:47:22.223 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@3059cbc'
-2024-09-20 17:47:22.229 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping'
-2024-09-20 17:47:22.229 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6aaceffd'
-2024-09-20 17:47:22.238 INFO 22604 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
-2024-09-20 17:47:22.244 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.alibaba.druid.spring.boot.autoconfigure.stat.DruidFilterConfiguration'
-2024-09-20 17:47:22.254 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource.druid-com.alibaba.druid.spring.boot.autoconfigure.properties.DruidStatProperties'
-2024-09-20 17:47:22.255 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
-2024-09-20 17:47:22.258 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
-2024-09-20 17:47:22.263 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration'
-2024-09-20 17:47:22.264 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializationConfiguration'
-2024-09-20 17:47:22.265 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration'
-2024-09-20 17:47:22.265 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusLanguageDriverAutoConfiguration'
-2024-09-20 17:47:22.266 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroAnnotationProcessorAutoConfiguration'
-2024-09-20 17:47:22.268 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shiro.spring.web.config.ShiroRequestMappingConfig'
-2024-09-20 17:47:22.268 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.apache.shiro.spring.web.config.ShiroRequestMappingConfig$$EnhancerBySpringCGLIB$$8c6bebbc] - unable to determine constructor/method parameter names
-2024-09-20 17:47:22.270 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shiro.spring.web.config.ShiroRequestMappingConfig' via constructor to bean named 'requestMappingHandlerMapping'
-2024-09-20 17:47:22.271 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shiro.spring.config.web.autoconfigure.ShiroWebMvcAutoConfiguration'
-2024-09-20 17:47:22.272 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authenticationStrategy'
-2024-09-20 17:47:22.274 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'subjectDAO'
-2024-09-20 17:47:22.274 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sessionStorageEvaluator'
-2024-09-20 17:47:22.276 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'subjectFactory'
-2024-09-20 17:47:22.278 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sessionFactory'
-2024-09-20 17:47:22.279 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sessionDAO'
-2024-09-20 17:47:22.280 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sessionCookieTemplate'
-2024-09-20 17:47:22.283 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'rememberMeManager'
-2024-09-20 17:47:22.283 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'rememberMeCookieTemplate'
-2024-09-20 17:47:22.288 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shiroUrlPathHelper'
-2024-09-20 17:47:22.289 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroAutoConfiguration'
-2024-09-20 17:47:22.293 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'globalFilters'
-2024-09-20 17:47:22.311 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
-2024-09-20 17:47:22.315 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanExporter'
-2024-09-20 17:47:22.317 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectNamingStrategy'
-2024-09-20 17:47:22.320 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy'
-2024-09-20 17:47:22.327 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanServer'
-2024-09-20 17:47:22.332 DEBUG 22604 --- [main] o.springframework.jmx.support.JmxUtils : Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@4dd94a58
-2024-09-20 17:47:22.345 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$CglibAutoProxyConfiguration'
-2024-09-20 17:47:22.348 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration'
-2024-09-20 17:47:22.348 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration'
-2024-09-20 17:47:22.349 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration'
-2024-09-20 17:47:22.350 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration'
-2024-09-20 17:47:22.352 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$LoggingCodecConfiguration'
-2024-09-20 17:47:22.354 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'loggingCodecCustomizer'
-2024-09-20 17:47:22.354 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'loggingCodecCustomizer' via factory method to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
-2024-09-20 17:47:22.358 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$JacksonCodecConfiguration'
-2024-09-20 17:47:22.359 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonCodecCustomizer'
-2024-09-20 17:47:22.359 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonCodecCustomizer' via factory method to bean named 'jacksonObjectMapper'
-2024-09-20 17:47:22.364 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration'
-2024-09-20 17:47:22.365 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
-2024-09-20 17:47:22.365 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$c6a1142] - unable to determine constructor/method parameter names
-2024-09-20 17:47:22.366 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
-2024-09-20 17:47:22.369 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
-2024-09-20 17:47:22.370 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration'
-2024-09-20 17:47:22.371 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration$$EnhancerBySpringCGLIB$$e8fb3296] - unable to determine constructor/method parameter names
-2024-09-20 17:47:22.372 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
-2024-09-20 17:47:22.375 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration' via constructor to bean named 'dataSource'
-2024-09-20 17:47:22.375 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$JdbcTemplateConfiguration' via constructor to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
-2024-09-20 17:47:22.375 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcTemplate'
-2024-09-20 17:47:22.398 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration$NamedParameterJdbcTemplateConfiguration'
-2024-09-20 17:47:22.399 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'namedParameterJdbcTemplate'
-2024-09-20 17:47:22.400 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate'
-2024-09-20 17:47:22.412 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration'
-2024-09-20 17:47:22.414 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration'
-2024-09-20 17:47:22.415 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder'
-2024-09-20 17:47:22.416 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
-2024-09-20 17:47:22.417 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
-2024-09-20 17:47:22.421 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration'
-2024-09-20 17:47:22.423 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration'
-2024-09-20 17:47:22.424 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration'
-2024-09-20 17:47:22.425 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration'
-2024-09-20 17:47:22.426 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration$$EnhancerBySpringCGLIB$$cefa616b] - unable to determine constructor/method parameter names
-2024-09-20 17:47:22.426 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' via constructor to bean named 'transactionManager'
-2024-09-20 17:47:22.427 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionTemplate'
-2024-09-20 17:47:22.433 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration'
-2024-09-20 17:47:22.433 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration$$EnhancerBySpringCGLIB$$6b85fdaa] - unable to determine constructor/method parameter names
-2024-09-20 17:47:22.434 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restTemplateBuilder'
-2024-09-20 17:47:22.440 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration'
-2024-09-20 17:47:22.440 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
-2024-09-20 17:47:22.441 DEBUG 22604 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$12b542d8] - unable to determine constructor/method parameter names
-2024-09-20 17:47:22.442 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
-2024-09-20 17:47:22.445 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
-2024-09-20 17:47:22.446 DEBUG 22604 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver'
-2024-09-20 17:47:22.463 DEBUG 22604 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
-2024-09-20 17:47:22.465 DEBUG 22604 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Autodetecting user-defined JMX MBeans
-2024-09-20 17:47:22.467 DEBUG 22604 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
-2024-09-20 17:47:22.472 DEBUG 22604 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.spring.boot.autoconfigure:name=dataSource,type=DruidDataSourceWrapper]
-2024-09-20 17:47:22.479 DEBUG 22604 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
-2024-09-20 17:47:22.479 INFO 22604 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
-2024-09-20 17:47:22.508 INFO 22604 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
-2024-09-20 17:47:22.532 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Total number of request handlers 65
-2024-09-20 17:47:22.532 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/common/api/file/upload], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/common/api/file/upload], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/error], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/error], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/error], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/error], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[text/html]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/exam/exam/delete], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/exam/exam/delete], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/exam/exam/detail], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/exam/exam/detail], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/exam/exam/online-paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/exam/exam/online-paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/exam/exam/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/exam/exam/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/exam/exam/review-paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/exam/exam/review-paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/exam/exam/save], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/exam/exam/save], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.533 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/exam/exam/state], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/exam/exam/state], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/check-process], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/check-process], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/create-paper], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/create-paper], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/delete], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/delete], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/detail], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/detail], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/fill-answer], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/fill-answer], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/hand-exam], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/hand-exam], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/paper-detail], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/paper-detail], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/paper-result], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/paper-result], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.534 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/qu-detail], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/qu-detail], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.536 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/paper/paper/save], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/paper/paper/save], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.536 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/qu/qu/delete], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/qu/qu/delete], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.536 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/qu/qu/detail], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/qu/qu/detail], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.536 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/qu/qu/export], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/qu/qu/export], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.536 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/qu/qu/import/template], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/qu/qu/import/template], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.536 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/qu/qu/import], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/qu/qu/import], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.536 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/qu/qu/list], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/qu/qu/list], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/qu/qu/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/qu/qu/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/qu/qu/save], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/qu/qu/save], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/repo/batch-action], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/repo/batch-action], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/repo/delete], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/repo/delete], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/repo/detail], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/repo/detail], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/repo/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/repo/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/repo/save], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/repo/save], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/config/detail], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/config/detail], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/config/save], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/config/save], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.537 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/depart/delete], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/depart/delete], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/depart/detail], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/depart/detail], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/depart/list], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/depart/list], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/depart/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/depart/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/depart/save], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/depart/save], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/depart/sort], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/depart/sort], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/depart/tree], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/depart/tree], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/role/list], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/role/list], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/role/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/role/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/delete], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/delete], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.538 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/info], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/info], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/login], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/login], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/logout], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/logout], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/quick-reg], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/quick-reg], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/reg], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/reg], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/save], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/save], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/state], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/state], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/sys/user/update], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/sys/user/update], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/user/exam/my-paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/user/exam/my-paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/user/exam/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/user/exam/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/user/wrong-book/delete], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/user/wrong-book/delete], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.539 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/user/wrong-book/next], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/user/wrong-book/next], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.540 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/exam/api/user/wrong-book/paging], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/exam/api/user/wrong-book/paging], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.540 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/swagger-resources/configuration/security], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/swagger-resources/configuration/security], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.540 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/swagger-resources/configuration/ui], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/swagger-resources/configuration/ui], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.540 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/swagger-resources], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/swagger-resources], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.540 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/upload/file/**], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/upload/file/**], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[]}}
-2024-09-20 17:47:22.540 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Adding key: [/v2/api-docs-ext], WebMvcRequestHandler{key=RequestHandlerKey{pathMappings=[/v2/api-docs-ext], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[application/json, application/hal+json]}}
-2024-09-20 17:47:22.561 DEBUG 22604 --- [main] s.d.s.w.p.DefaultRequestHandlerCombiner : Combined number of request handlers 65
-2024-09-20 17:47:22.562 INFO 22604 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
-2024-09-20 17:47:22.591 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.591 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:22.592 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdsReqDTO;
-2024-09-20 17:47:22.592 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:22.593 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:22.635 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:22.640 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.641 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:22.641 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:22.642 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.642 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.642 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.646 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.650 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:22.651 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.651 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:22.651 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:22.651 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.651 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.651 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.651 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.653 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:22.653 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.653 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:22.653 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:22.654 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.654 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.654 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.654 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.654 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:22.654 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.655 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:22.655 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:22.655 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.655 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.655 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.655 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.663 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:22.666 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:22.667 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ
-2024-09-20 17:47:22.670 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property ids
-2024-09-20 17:47:22.670 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.672 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'ids' renamed to 'ids'
-2024-09-20 17:47:22.675 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property ids to model
-2024-09-20 17:47:22.675 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.675 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.675 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.679 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.679 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 1 properties. Properties found ids
-2024-09-20 17:47:22.681 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ɾ, name: ɾ, schema: {} models
-2024-09-20 17:47:22.681 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ɾ
-2024-09-20 17:47:22.681 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter ids
-2024-09-20 17:47:22.681 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:22.681 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:22.681 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.694 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:22.695 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method edit
-2024-09-20 17:47:22.696 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:22.713 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method edit
-2024-09-20 17:47:22.727 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.727 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:22.727 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdReqDTO;
-2024-09-20 17:47:22.727 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |find|
-2024-09-20 17:47:22.727 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:22.728 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.729 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.729 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.729 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.729 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.729 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.729 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.729 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.730 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 1 properties. Properties found id
-2024-09-20 17:47:22.730 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:22.730 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨ
-2024-09-20 17:47:22.731 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:22.731 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.732 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:22.732 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:22.732 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.732 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.732 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.732 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.732 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:22.733 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.733 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:22.733 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:22.733 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.733 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.733 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.733 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.733 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:22.734 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.734 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:22.734 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:22.734 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.734 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.734 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.734 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.735 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:22.735 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.735 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:22.735 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:22.735 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.735 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.735 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.735 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.736 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:22.736 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?Ա?, name: ӿӦ?Ա?, schema: {} models
-2024-09-20 17:47:22.736 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?Ա?
-2024-09-20 17:47:22.736 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/exam/dto/request/ExamSaveReqDTO;
-2024-09-20 17:47:22.736 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/exam/dto/request/ExamSaveReqDTO;
-2024-09-20 17:47:22.742 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.743 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.744 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.744 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.744 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.744 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.744 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.744 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.746 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:22.746 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.746 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:22.746 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:22.746 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.746 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.747 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.747 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.747 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:22.747 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.748 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:22.748 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:22.748 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.748 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.748 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.748 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.748 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property openType
-2024-09-20 17:47:22.749 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.749 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'openType' renamed to 'openType'
-2024-09-20 17:47:22.749 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property openType to model
-2024-09-20 17:47:22.749 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.749 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.749 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.749 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.749 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:22.751 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.751 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:22.751 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:22.751 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.751 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.751 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.751 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.751 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property timeLimit
-2024-09-20 17:47:22.752 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.752 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'timeLimit' renamed to 'timeLimit'
-2024-09-20 17:47:22.752 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property timeLimit to model
-2024-09-20 17:47:22.752 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.752 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.752 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.752 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.752 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property startTime
-2024-09-20 17:47:22.753 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.753 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'startTime' renamed to 'startTime'
-2024-09-20 17:47:22.753 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property startTime to model
-2024-09-20 17:47:22.753 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.753 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.753 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.753 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.753 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property endTime
-2024-09-20 17:47:22.754 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.754 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'endTime' renamed to 'endTime'
-2024-09-20 17:47:22.754 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property endTime to model
-2024-09-20 17:47:22.754 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.754 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.754 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.754 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.754 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:22.755 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.755 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:22.755 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:22.755 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.755 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.755 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.755 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.755 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:22.756 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.756 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:22.756 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:22.756 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.756 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.756 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.756 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.756 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:22.757 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.757 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:22.757 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:22.757 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.757 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.757 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.757 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.757 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.758 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:22.759 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:22.759 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.759 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.759 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.759 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.759 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property repoList
-2024-09-20 17:47:22.759 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoList
-2024-09-20 17:47:22.759 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'repoList' renamed to 'repoList'
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property repoList to model
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoList
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoList
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoList
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoList
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departIds
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartIds
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departIds' renamed to 'departIds'
-2024-09-20 17:47:22.760 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departIds to model
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartIds
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartIds
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartIds
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartIds
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter departIds
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoList
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/ext/ExamRepoExtDTO;
-2024-09-20 17:47:22.762 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/ext/ExamRepoExtDTO;
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.763 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property repoId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'repoId' renamed to 'repoId'
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property repoId to model
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoId
-2024-09-20 17:47:22.764 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property radioCount
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'radioCount' renamed to 'radioCount'
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property radioCount to model
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property radioScore
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioScore
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'radioScore' renamed to 'radioScore'
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property radioScore to model
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioScore
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioScore
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioScore
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioScore
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property multiCount
-2024-09-20 17:47:22.765 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'multiCount' renamed to 'multiCount'
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property multiCount to model
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property multiScore
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiScore
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'multiScore' renamed to 'multiScore'
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property multiScore to model
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiScore
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiScore
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiScore
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiScore
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property judgeCount
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'judgeCount' renamed to 'judgeCount'
-2024-09-20 17:47:22.766 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property judgeCount to model
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property judgeScore
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeScore
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'judgeScore' renamed to 'judgeScore'
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property judgeScore to model
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeScore
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeScore
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeScore
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeScore
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalRadio
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalRadio
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalRadio' renamed to 'totalRadio'
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalRadio to model
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalRadio
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalRadio
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalRadio
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalRadio
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalMulti
-2024-09-20 17:47:22.767 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalMulti
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalMulti' renamed to 'totalMulti'
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalMulti to model
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalMulti
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalMulti
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalMulti
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalMulti
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalJudge
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalJudge
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalJudge' renamed to 'totalJudge'
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalJudge to model
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalJudge
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalJudge
-2024-09-20 17:47:22.768 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalJudge
-2024-09-20 17:47:22.769 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalJudge
-2024-09-20 17:47:22.769 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/exam/dto/request/ExamSaveReqDTO; for parameter data
-2024-09-20 17:47:22.769 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/exam/dto/request/ExamSaveReqDTO;
-2024-09-20 17:47:22.769 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter departIds
-2024-09-20 17:47:22.770 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:22.770 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:22.770 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoList
-2024-09-20 17:47:22.770 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/ext/ExamRepoExtDTO;
-2024-09-20 17:47:22.770 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/ext/ExamRepoExtDTO;
-2024-09-20 17:47:22.771 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 15 properties. Properties found content, createTime, departIds, endTime, id, openType, qualifyScore, repoList, startTime, state, timeLimit, title, totalScore, totalTime, updateTime
-2024-09-20 17:47:22.771 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.771 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.771 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 12 properties. Properties found examId, id, judgeCount, judgeScore, multiCount, multiScore, radioCount, radioScore, repoId, totalJudge, totalMulti, totalRadio
-2024-09-20 17:47:22.772 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ա
-2024-09-20 17:47:22.772 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key չӦ
-2024-09-20 17:47:22.773 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?Ա?
-2024-09-20 17:47:22.773 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method find
-2024-09-20 17:47:22.773 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?Ա?
-2024-09-20 17:47:22.773 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method find
-2024-09-20 17:47:22.774 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.774 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |myPaging|
-2024-09-20 17:47:22.774 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:22.774 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |myPaging|
-2024-09-20 17:47:22.774 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |myPaging|
-2024-09-20 17:47:22.775 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:22.776 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.776 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:22.776 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:22.776 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.776 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.777 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.777 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.778 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.779 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:22.780 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?߿ԷҳӦ??, name: ӿӦ?IPage?߿ԷҳӦ??, schema: {} models
-2024-09-20 17:47:22.780 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?߿ԷҳӦ??
-2024-09-20 17:47:22.780 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.780 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.780 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO;
-2024-09-20 17:47:22.780 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO;
-2024-09-20 17:47:22.781 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.781 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.782 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property openType
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'openType' renamed to 'openType'
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property openType to model
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.783 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property timeLimit
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'timeLimit' renamed to 'timeLimit'
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property timeLimit to model
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.784 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.786 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.786 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property startTime
-2024-09-20 17:47:22.786 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.786 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'startTime' renamed to 'startTime'
-2024-09-20 17:47:22.786 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property startTime to model
-2024-09-20 17:47:22.786 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property endTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'endTime' renamed to 'endTime'
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property endTime to model
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.787 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.788 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.789 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:22.790 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.791 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.793 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.794 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.795 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.796 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO;
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO;
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO;
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO;
-2024-09-20 17:47:22.797 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:22.798 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO;
-2024-09-20 17:47:22.798 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/response/ExamOnlineRespDTO;
-2024-09-20 17:47:22.798 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:22.799 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found content, createTime, endTime, id, openType, qualifyScore, startTime, state, timeLimit, title, totalScore, totalTime, updateTime
-2024-09-20 17:47:22.799 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.799 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?߿ԷҳӦ?
-2024-09-20 17:47:22.799 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ߿ԷҳӦ
-2024-09-20 17:47:22.799 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:22.800 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:22.801 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:22.802 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:22.802 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:22.802 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:22.802 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:22.802 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:22.802 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:22.802 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:22.803 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:22.803 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ??, name: ҳ??, schema: {} models
-2024-09-20 17:47:22.803 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ??
-2024-09-20 17:47:22.803 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.803 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.804 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.804 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.804 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.805 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:22.806 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.806 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:22.806 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:22.806 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.806 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.806 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.806 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.807 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property openType
-2024-09-20 17:47:22.807 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.807 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'openType' renamed to 'openType'
-2024-09-20 17:47:22.807 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property openType to model
-2024-09-20 17:47:22.807 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.807 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.808 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.808 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.808 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:22.809 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.809 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:22.809 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:22.809 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.809 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.809 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.809 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.809 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property timeLimit
-2024-09-20 17:47:22.810 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.810 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'timeLimit' renamed to 'timeLimit'
-2024-09-20 17:47:22.810 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property timeLimit to model
-2024-09-20 17:47:22.810 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.810 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.811 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.811 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.811 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property startTime
-2024-09-20 17:47:22.811 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.811 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'startTime' renamed to 'startTime'
-2024-09-20 17:47:22.811 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property startTime to model
-2024-09-20 17:47:22.813 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.813 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.813 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.813 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.813 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property endTime
-2024-09-20 17:47:22.813 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.814 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'endTime' renamed to 'endTime'
-2024-09-20 17:47:22.814 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property endTime to model
-2024-09-20 17:47:22.814 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.814 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.814 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.814 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.814 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:22.815 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.815 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:22.815 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:22.815 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.815 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.815 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.815 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.815 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:22.816 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.817 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/exam/dto/ExamDTO; for parameter params
-2024-09-20 17:47:22.818 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.818 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found content, createTime, endTime, id, openType, qualifyScore, startTime, state, timeLimit, title, totalScore, totalTime, updateTime
-2024-09-20 17:47:22.818 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key
-2024-09-20 17:47:22.819 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?߿ԷҳӦ??
-2024-09-20 17:47:22.819 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method myPaging
-2024-09-20 17:47:22.820 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?߿ԷҳӦ??
-2024-09-20 17:47:22.820 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method myPaging
-2024-09-20 17:47:22.820 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.820 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:22.821 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:22.821 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:22.821 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:22.821 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:22.821 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.821 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:22.821 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:22.821 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:22.823 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage???, name: ӿӦ?IPage???, schema: {} models
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage???
-2024-09-20 17:47:22.824 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.825 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.825 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.825 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.825 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.825 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.825 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.825 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.825 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.826 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.826 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.826 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.826 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:22.826 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.826 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:22.826 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:22.826 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.827 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property openType
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'openType' renamed to 'openType'
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property openType to model
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.829 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property timeLimit
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'timeLimit' renamed to 'timeLimit'
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property timeLimit to model
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property startTime
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.830 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'startTime' renamed to 'startTime'
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property startTime to model
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property endTime
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'endTime' renamed to 'endTime'
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property endTime to model
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.831 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.832 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.833 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:22.834 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.836 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:22.836 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:22.836 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.836 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.836 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.836 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.838 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:22.838 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.838 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:22.838 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:22.838 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.838 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.839 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.839 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.839 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:22.839 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.839 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:22.839 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:22.839 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.839 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.840 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.841 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.842 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:22.843 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.843 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:22.843 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:22.843 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.843 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.843 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.843 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.845 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:22.845 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.845 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.845 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:22.845 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.845 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.846 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.846 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:22.846 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.846 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/ExamDTO;
-2024-09-20 17:47:22.847 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:22.847 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found content, createTime, endTime, id, openType, qualifyScore, startTime, state, timeLimit, title, totalScore, totalTime, updateTime
-2024-09-20 17:47:22.847 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.849 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage??
-2024-09-20 17:47:22.849 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ??, name: ҳ??, schema: {} models
-2024-09-20 17:47:22.849 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found content, createTime, endTime, id, openType, qualifyScore, startTime, state, timeLimit, title, totalScore, totalTime, updateTime
-2024-09-20 17:47:22.850 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage???
-2024-09-20 17:47:22.850 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:22.850 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage???
-2024-09-20 17:47:22.850 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:22.850 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.850 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |reviewPaging|
-2024-09-20 17:47:22.851 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:22.851 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |reviewPaging|
-2024-09-20 17:47:22.851 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |reviewPaging|
-2024-09-20 17:47:22.852 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:22.852 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.853 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:22.853 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:22.853 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.853 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.853 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.854 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.854 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:22.854 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.854 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:22.854 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:22.854 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.855 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:22.856 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?ľҳӦ??, name: ӿӦ?IPage?ľҳӦ??, schema: {} models
-2024-09-20 17:47:22.857 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?ľҳӦ??
-2024-09-20 17:47:22.857 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.857 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.857 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/exam/dto/response/ExamReviewRespDTO;
-2024-09-20 17:47:22.857 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/exam/dto/response/ExamReviewRespDTO;
-2024-09-20 17:47:22.858 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.858 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.858 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.858 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.858 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.858 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.859 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.860 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:22.860 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.860 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:22.860 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:22.860 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.860 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.860 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property openType
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'openType' renamed to 'openType'
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property openType to model
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getOpenType
-2024-09-20 17:47:22.861 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property timeLimit
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'timeLimit' renamed to 'timeLimit'
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property timeLimit to model
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.862 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTimeLimit
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property startTime
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'startTime' renamed to 'startTime'
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property startTime to model
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getStartTime
-2024-09-20 17:47:22.864 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property endTime
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'endTime' renamed to 'endTime'
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property endTime to model
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getEndTime
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:22.865 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.866 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.867 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:22.867 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.867 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:22.867 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:22.867 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.867 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.867 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.867 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:22.868 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examUser
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamUser
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examUser' renamed to 'examUser'
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examUser to model
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamUser
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamUser
-2024-09-20 17:47:22.869 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamUser
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamUser
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property unreadPaper
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUnreadPaper
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'unreadPaper' renamed to 'unreadPaper'
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property unreadPaper to model
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUnreadPaper
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUnreadPaper
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUnreadPaper
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUnreadPaper
-2024-09-20 17:47:22.871 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:22.872 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.872 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:22.872 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:22.872 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.872 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.872 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.872 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:22.872 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:22.873 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:22.874 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:22.875 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/response/ExamReviewRespDTO;
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/response/ExamReviewRespDTO;
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/exam/dto/response/ExamReviewRespDTO;
-2024-09-20 17:47:22.876 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/exam/dto/response/ExamReviewRespDTO;
-2024-09-20 17:47:22.878 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:22.878 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/response/ExamReviewRespDTO;
-2024-09-20 17:47:22.878 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/response/ExamReviewRespDTO;
-2024-09-20 17:47:22.878 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:22.878 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 15 properties. Properties found content, createTime, endTime, examUser, id, openType, qualifyScore, startTime, state, timeLimit, title, totalScore, totalTime, unreadPaper, updateTime
-2024-09-20 17:47:22.879 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.879 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ľҳӦ
-2024-09-20 17:47:22.879 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?ľҳӦ?
-2024-09-20 17:47:22.879 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ??, name: ҳ??, schema: {} models
-2024-09-20 17:47:22.879 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found content, createTime, endTime, id, openType, qualifyScore, startTime, state, timeLimit, title, totalScore, totalTime, updateTime
-2024-09-20 17:47:22.880 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?ľҳӦ??
-2024-09-20 17:47:22.880 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method reviewPaging
-2024-09-20 17:47:22.880 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?ľҳӦ??
-2024-09-20 17:47:22.880 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method reviewPaging
-2024-09-20 17:47:22.881 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.881 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:22.881 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/exam/dto/request/ExamSaveReqDTO;
-2024-09-20 17:47:22.881 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |save|
-2024-09-20 17:47:22.881 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:22.882 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.882 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.882 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.883 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:22.884 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property openType
-2024-09-20 17:47:22.886 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.886 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'openType' renamed to 'openType'
-2024-09-20 17:47:22.886 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property openType to model
-2024-09-20 17:47:22.886 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.886 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.886 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.886 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOpenType
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property timeLimit
-2024-09-20 17:47:22.887 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'timeLimit' renamed to 'timeLimit'
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property timeLimit to model
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTimeLimit
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property startTime
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'startTime' renamed to 'startTime'
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property startTime to model
-2024-09-20 17:47:22.888 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setStartTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property endTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'endTime' renamed to 'endTime'
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property endTime to model
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.889 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setEndTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.890 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.891 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:22.892 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:22.892 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.892 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:22.892 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:22.892 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.892 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.892 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.892 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:22.893 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:22.893 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.893 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:22.893 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:22.893 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.893 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.893 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.893 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:22.895 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property repoList
-2024-09-20 17:47:22.895 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoList
-2024-09-20 17:47:22.895 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'repoList' renamed to 'repoList'
-2024-09-20 17:47:22.895 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property repoList to model
-2024-09-20 17:47:22.895 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoList
-2024-09-20 17:47:22.895 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoList
-2024-09-20 17:47:22.895 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoList
-2024-09-20 17:47:22.896 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoList
-2024-09-20 17:47:22.896 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departIds
-2024-09-20 17:47:22.896 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartIds
-2024-09-20 17:47:22.896 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departIds' renamed to 'departIds'
-2024-09-20 17:47:22.897 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departIds to model
-2024-09-20 17:47:22.897 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartIds
-2024-09-20 17:47:22.897 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartIds
-2024-09-20 17:47:22.897 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartIds
-2024-09-20 17:47:22.897 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartIds
-2024-09-20 17:47:22.897 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 15 properties. Properties found content, createTime, departIds, endTime, id, openType, qualifyScore, repoList, startTime, state, timeLimit, title, totalScore, totalTime, updateTime
-2024-09-20 17:47:22.898 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ա, name: Ա, schema: {} models
-2024-09-20 17:47:22.898 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter departIds
-2024-09-20 17:47:22.898 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:22.898 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:22.899 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoList
-2024-09-20 17:47:22.899 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/exam/dto/ext/ExamRepoExtDTO;
-2024-09-20 17:47:22.899 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/exam/dto/ext/ExamRepoExtDTO;
-2024-09-20 17:47:22.899 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.900 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.900 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.900 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.900 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.900 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.900 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.900 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:22.900 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property repoId
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoId
-2024-09-20 17:47:22.901 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'repoId' renamed to 'repoId'
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property repoId to model
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoId
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoId
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoId
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoId
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property radioCount
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioCount
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'radioCount' renamed to 'radioCount'
-2024-09-20 17:47:22.902 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property radioCount to model
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioCount
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioCount
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioCount
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioCount
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property radioScore
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioScore
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'radioScore' renamed to 'radioScore'
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property radioScore to model
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioScore
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioScore
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioScore
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRadioScore
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property multiCount
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiCount
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'multiCount' renamed to 'multiCount'
-2024-09-20 17:47:22.903 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property multiCount to model
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiCount
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiCount
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiCount
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiCount
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property multiScore
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiScore
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'multiScore' renamed to 'multiScore'
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property multiScore to model
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiScore
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiScore
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiScore
-2024-09-20 17:47:22.905 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMultiScore
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property judgeCount
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeCount
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'judgeCount' renamed to 'judgeCount'
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property judgeCount to model
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeCount
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeCount
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeCount
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeCount
-2024-09-20 17:47:22.906 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property judgeScore
-2024-09-20 17:47:22.907 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeScore
-2024-09-20 17:47:22.907 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'judgeScore' renamed to 'judgeScore'
-2024-09-20 17:47:22.907 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property judgeScore to model
-2024-09-20 17:47:22.907 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeScore
-2024-09-20 17:47:22.907 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeScore
-2024-09-20 17:47:22.907 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeScore
-2024-09-20 17:47:22.907 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setJudgeScore
-2024-09-20 17:47:22.907 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalRadio
-2024-09-20 17:47:22.908 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalRadio
-2024-09-20 17:47:22.908 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalRadio' renamed to 'totalRadio'
-2024-09-20 17:47:22.908 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalRadio to model
-2024-09-20 17:47:22.908 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalRadio
-2024-09-20 17:47:22.908 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalRadio
-2024-09-20 17:47:22.908 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalRadio
-2024-09-20 17:47:22.908 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalRadio
-2024-09-20 17:47:22.908 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalMulti
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalMulti
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalMulti' renamed to 'totalMulti'
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalMulti to model
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalMulti
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalMulti
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalMulti
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalMulti
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalJudge
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalJudge
-2024-09-20 17:47:22.909 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalJudge' renamed to 'totalJudge'
-2024-09-20 17:47:22.910 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalJudge to model
-2024-09-20 17:47:22.910 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalJudge
-2024-09-20 17:47:22.910 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalJudge
-2024-09-20 17:47:22.910 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalJudge
-2024-09-20 17:47:22.910 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalJudge
-2024-09-20 17:47:22.910 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.911 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.911 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 12 properties. Properties found examId, id, judgeCount, judgeScore, multiCount, multiScore, radioCount, radioScore, repoId, totalJudge, totalMulti, totalRadio
-2024-09-20 17:47:22.911 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:22.912 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:22.912 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method save
-2024-09-20 17:47:22.912 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:22.912 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method save
-2024-09-20 17:47:22.913 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.913 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |state|
-2024-09-20 17:47:22.913 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseStateReqDTO;
-2024-09-20 17:47:22.913 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |state|
-2024-09-20 17:47:22.913 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |state|
-2024-09-20 17:47:22.914 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:22.914 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property ids
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'ids' renamed to 'ids'
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property ids to model
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIds
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.915 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.916 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.916 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:22.916 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 2 properties. Properties found ids, state
-2024-09-20 17:47:22.916 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ״̬, name: ͨ״̬, schema: {} models
-2024-09-20 17:47:22.916 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨ״̬
-2024-09-20 17:47:22.916 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter ids
-2024-09-20 17:47:22.916 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:22.916 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:22.917 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.917 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:22.918 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method state
-2024-09-20 17:47:22.918 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:22.918 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method state
-2024-09-20 17:47:22.926 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.927 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |checkProcess|
-2024-09-20 17:47:22.927 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |checkProcess|
-2024-09-20 17:47:22.927 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |checkProcess|
-2024-09-20 17:47:22.928 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:22.928 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.928 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:22.928 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:22.928 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.928 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.929 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:22.930 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?Ծ?, name: ӿӦ?Ծ?, schema: {} models
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?Ծ?
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/paper/dto/PaperDTO;
-2024-09-20 17:47:22.931 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/paper/dto/PaperDTO;
-2024-09-20 17:47:22.933 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.934 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:22.936 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.936 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:22.936 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:22.936 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.936 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.936 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.936 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:22.937 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:22.938 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userTime' renamed to 'userTime'
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userTime to model
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.939 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.940 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property objScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'objScore' renamed to 'objScore'
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property objScore to model
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.941 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property subjScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'subjScore' renamed to 'subjScore'
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property subjScore to model
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:22.942 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userScore' renamed to 'userScore'
-2024-09-20 17:47:22.943 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userScore to model
-2024-09-20 17:47:22.943 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:22.943 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:22.943 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:22.943 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:22.943 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hasSaq
-2024-09-20 17:47:22.943 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:22.943 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hasSaq' renamed to 'hasSaq'
-2024-09-20 17:47:22.944 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hasSaq to model
-2024-09-20 17:47:22.944 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:22.944 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:22.944 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:22.944 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:22.945 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.946 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property limitTime
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'limitTime' renamed to 'limitTime'
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property limitTime to model
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:22.947 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:22.948 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/paper/dto/PaperDTO; for parameter data
-2024-09-20 17:47:22.948 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/paper/dto/PaperDTO;
-2024-09-20 17:47:22.948 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 17 properties. Properties found createTime, departId, examId, hasSaq, id, limitTime, objScore, qualifyScore, state, subjScore, title, totalScore, totalTime, updateTime, userId, userScore, userTime
-2024-09-20 17:47:22.948 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ծ
-2024-09-20 17:47:22.949 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?Ծ?
-2024-09-20 17:47:22.949 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method checkProcess
-2024-09-20 17:47:22.949 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?Ծ?
-2024-09-20 17:47:22.949 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method checkProcess
-2024-09-20 17:47:22.950 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.950 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:22.950 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdsReqDTO;
-2024-09-20 17:47:22.950 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:22.950 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:22.951 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:22.951 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ
-2024-09-20 17:47:22.951 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ɾ, name: ɾ, schema: {} models
-2024-09-20 17:47:22.951 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ɾ
-2024-09-20 17:47:22.951 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.952 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:22.952 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method edit
-2024-09-20 17:47:22.952 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:22.953 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method edit
-2024-09-20 17:47:22.953 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
-2024-09-20 17:47:22.953 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.953 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |fillAnswer|
-2024-09-20 17:47:22.953 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/paper/dto/request/PaperAnswerDTO;
-2024-09-20 17:47:22.953 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |fillAnswer|
-2024-09-20 17:47:22.954 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |fillAnswer|
-2024-09-20 17:47:22.954 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:22.954 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.954 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.956 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:22.957 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ԾĿ?, name: ӿӦ?ԾĿ?, schema: {} models
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?ԾĿ?
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO;
-2024-09-20 17:47:22.958 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO;
-2024-09-20 17:47:22.959 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.959 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.960 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.960 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.960 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.960 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.960 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.960 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.960 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property paperId
-2024-09-20 17:47:22.960 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'paperId' renamed to 'paperId'
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property paperId to model
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.961 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quType
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quType' renamed to 'quType'
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quType to model
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answered
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:22.962 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answered' renamed to 'answered'
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answered to model
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answer
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answer' renamed to 'answer'
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answer to model
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:22.963 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property score
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:22.964 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'score' renamed to 'score'
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property score to model
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property actualScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'actualScore' renamed to 'actualScore'
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property actualScore to model
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:22.965 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property isRight
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'isRight' renamed to 'isRight'
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property isRight to model
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property image
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'image' renamed to 'image'
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property image to model
-2024-09-20 17:47:22.966 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.967 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.968 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.968 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answerList
-2024-09-20 17:47:22.968 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:22.968 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answerList' renamed to 'answerList'
-2024-09-20 17:47:22.968 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answerList to model
-2024-09-20 17:47:22.968 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:22.968 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:22.968 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:22.969 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:22.969 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter answerList
-2024-09-20 17:47:22.969 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO;
-2024-09-20 17:47:22.970 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO;
-2024-09-20 17:47:22.970 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.970 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.970 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.970 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.970 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.970 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.970 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property paperId
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'paperId' renamed to 'paperId'
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property paperId to model
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.971 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answerId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answerId' renamed to 'answerId'
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answerId to model
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.972 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property isRight
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'isRight' renamed to 'isRight'
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property isRight to model
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property checked
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChecked
-2024-09-20 17:47:22.973 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'checked' renamed to 'checked'
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property checked to model
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChecked
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChecked
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChecked
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChecked
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.974 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property abc
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAbc
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'abc' renamed to 'abc'
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property abc to model
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAbc
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAbc
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAbc
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAbc
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property image
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'image' renamed to 'image'
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property image to model
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.975 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.977 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:22.978 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO; for parameter data
-2024-09-20 17:47:22.978 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO;
-2024-09-20 17:47:22.978 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter answerList
-2024-09-20 17:47:22.978 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO;
-2024-09-20 17:47:22.978 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO;
-2024-09-20 17:47:22.978 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found actualScore, answer, answerList, answered, content, id, image, isRight, paperId, quId, quType, score, sort
-2024-09-20 17:47:22.978 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.979 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found abc, answerId, checked, content, id, image, isRight, paperId, quId, sort
-2024-09-20 17:47:22.979 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ԾĿ
-2024-09-20 17:47:22.979 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ծⱸѡ
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property paperId
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'paperId' renamed to 'paperId'
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property paperId to model
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:22.980 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answers
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswers
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answers' renamed to 'answers'
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answers to model
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswers
-2024-09-20 17:47:22.981 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswers
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswers
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswers
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answer
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswer
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answer' renamed to 'answer'
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answer to model
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswer
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswer
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswer
-2024-09-20 17:47:22.982 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswer
-2024-09-20 17:47:22.983 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found answer, answers, paperId, quId
-2024-09-20 17:47:22.983 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ԾĿ, name: ԾĿ, schema: {} models
-2024-09-20 17:47:22.983 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ԾĿ
-2024-09-20 17:47:22.983 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter answers
-2024-09-20 17:47:22.983 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:22.983 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:22.983 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.984 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ԾĿ?
-2024-09-20 17:47:22.984 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method fillAnswer
-2024-09-20 17:47:22.984 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ԾĿ?
-2024-09-20 17:47:22.984 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method fillAnswer
-2024-09-20 17:47:22.984 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.985 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:22.985 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdReqDTO;
-2024-09-20 17:47:22.985 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |find|
-2024-09-20 17:47:22.985 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:22.985 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?Ծ?, name: ӿӦ?Ծ?, schema: {} models
-2024-09-20 17:47:22.985 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 17 properties. Properties found createTime, departId, examId, hasSaq, id, limitTime, objScore, qualifyScore, state, subjScore, title, totalScore, totalTime, updateTime, userId, userScore, userTime
-2024-09-20 17:47:22.986 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:22.986 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨ
-2024-09-20 17:47:22.986 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?Ծ?
-2024-09-20 17:47:22.986 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method find
-2024-09-20 17:47:22.986 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?Ծ?
-2024-09-20 17:47:22.986 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method find
-2024-09-20 17:47:22.986 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findUsingPOST_1
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |handleExam|
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdReqDTO;
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |handleExam|
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |handleExam|
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ԾĿ?, name: ӿӦ?ԾĿ?, schema: {} models
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found actualScore, answer, answerList, answered, content, id, image, isRight, paperId, quId, quType, score, sort
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:22.988 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found abc, answerId, checked, content, id, image, isRight, paperId, quId, sort
-2024-09-20 17:47:22.989 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:22.989 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ԾĿ?
-2024-09-20 17:47:22.989 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method handleExam
-2024-09-20 17:47:22.989 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ԾĿ?
-2024-09-20 17:47:22.989 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method handleExam
-2024-09-20 17:47:22.990 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:22.990 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:22.990 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:22.990 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:22.990 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:22.990 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:22.991 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.991 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:22.991 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:22.991 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.991 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.991 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.991 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:22.991 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:22.992 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.993 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:22.994 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:22.994 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?ԾбӦ??, name: ӿӦ?IPage?ԾбӦ??, schema: {} models
-2024-09-20 17:47:22.994 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?ԾбӦ??
-2024-09-20 17:47:22.994 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.994 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:22.994 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/paper/dto/response/PaperListRespDTO;
-2024-09-20 17:47:22.994 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/paper/dto/response/PaperListRespDTO;
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:22.995 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:22.996 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:22.997 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userTime
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userTime' renamed to 'userTime'
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userTime to model
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:22.998 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property objScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'objScore' renamed to 'objScore'
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property objScore to model
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property subjScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'subjScore' renamed to 'subjScore'
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property subjScore to model
-2024-09-20 17:47:22.999 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userScore' renamed to 'userScore'
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userScore to model
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hasSaq
-2024-09-20 17:47:23.000 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hasSaq' renamed to 'hasSaq'
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hasSaq to model
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.001 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.002 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.002 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.002 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.002 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.002 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.002 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.002 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.002 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.003 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property limitTime
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'limitTime' renamed to 'limitTime'
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property limitTime to model
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property realName
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'realName' renamed to 'realName'
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property realName to model
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.004 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:23.005 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:23.006 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:23.008 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/response/PaperListRespDTO;
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/response/PaperListRespDTO;
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/paper/dto/response/PaperListRespDTO;
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/paper/dto/response/PaperListRespDTO;
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/response/PaperListRespDTO;
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/response/PaperListRespDTO;
-2024-09-20 17:47:23.009 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.010 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 18 properties. Properties found createTime, departId, examId, hasSaq, id, limitTime, objScore, qualifyScore, realName, state, subjScore, title, totalScore, totalTime, updateTime, userId, userScore, userTime
-2024-09-20 17:47:23.010 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.010 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?ԾбӦ?
-2024-09-20 17:47:23.010 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ԾбӦ
-2024-09-20 17:47:23.010 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.011 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.011 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.011 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.011 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.011 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.011 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:23.012 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.013 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.014 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.014 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:23.014 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?Ծ?, name: ҳ?Ծ?, schema: {} models
-2024-09-20 17:47:23.014 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ?Ծ?
-2024-09-20 17:47:23.014 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/paper/dto/request/PaperListReqDTO;
-2024-09-20 17:47:23.014 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/paper/dto/request/PaperListReqDTO;
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.015 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.016 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property realName
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'realName' renamed to 'realName'
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property realName to model
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.017 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.018 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.018 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/paper/dto/request/PaperListReqDTO; for parameter params
-2024-09-20 17:47:23.018 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/paper/dto/request/PaperListReqDTO;
-2024-09-20 17:47:23.018 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 5 properties. Properties found departId, examId, realName, state, userId
-2024-09-20 17:47:23.018 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a missing property realName to model Ծ
-2024-09-20 17:47:23.019 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?ԾбӦ??
-2024-09-20 17:47:23.020 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:23.020 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?ԾбӦ??
-2024-09-20 17:47:23.020 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:23.020 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pagingUsingPOST_1
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paperDetail|
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdReqDTO;
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paperDetail|
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paperDetail|
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.021 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.022 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ??, name: ӿӦ??, schema: {} models
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ??
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/paper/dto/response/ExamDetailRespDTO;
-2024-09-20 17:47:23.024 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/paper/dto/response/ExamDetailRespDTO;
-2024-09-20 17:47:23.025 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.025 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.025 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.025 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.025 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.025 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.026 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.027 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.028 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userTime
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userTime' renamed to 'userTime'
-2024-09-20 17:47:23.029 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userTime to model
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.030 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property objScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'objScore' renamed to 'objScore'
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property objScore to model
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property subjScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'subjScore' renamed to 'subjScore'
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property subjScore to model
-2024-09-20 17:47:23.031 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userScore' renamed to 'userScore'
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userScore to model
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hasSaq
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hasSaq' renamed to 'hasSaq'
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hasSaq to model
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.032 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property limitTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.033 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'limitTime' renamed to 'limitTime'
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property limitTime to model
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property radioList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'radioList' renamed to 'radioList'
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property radioList to model
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property multiList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'multiList' renamed to 'multiList'
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property multiList to model
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property judgeList
-2024-09-20 17:47:23.034 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeList
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'judgeList' renamed to 'judgeList'
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property judgeList to model
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeList
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeList
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeList
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeList
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property leftSeconds
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLeftSeconds
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'leftSeconds' renamed to 'leftSeconds'
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property leftSeconds to model
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLeftSeconds
-2024-09-20 17:47:23.035 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLeftSeconds
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLeftSeconds
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLeftSeconds
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter judgeList
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.036 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property paperId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'paperId' renamed to 'paperId'
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property paperId to model
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPaperId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quType
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quType' renamed to 'quType'
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quType to model
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.037 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answered
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answered' renamed to 'answered'
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answered to model
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswered
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answer
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answer' renamed to 'answer'
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answer to model
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswer
-2024-09-20 17:47:23.038 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property score
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'score' renamed to 'score'
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property score to model
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property actualScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'actualScore' renamed to 'actualScore'
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property actualScore to model
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:23.039 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getActualScore
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property isRight
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'isRight' renamed to 'isRight'
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property isRight to model
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter multiList
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter radioList
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/paper/dto/response/ExamDetailRespDTO; for parameter data
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/paper/dto/response/ExamDetailRespDTO;
-2024-09-20 17:47:23.040 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter judgeList
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter multiList
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter radioList
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/PaperQuDTO;
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 21 properties. Properties found createTime, departId, examId, hasSaq, id, judgeList, leftSeconds, limitTime, multiList, objScore, qualifyScore, radioList, state, subjScore, title, totalScore, totalTime, updateTime, userId, userScore, userTime
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found actualScore, answer, answered, id, isRight, paperId, quId, quType, score, sort
-2024-09-20 17:47:23.041 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key
-2024-09-20 17:47:23.042 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ծ
-2024-09-20 17:47:23.042 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:23.042 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ??
-2024-09-20 17:47:23.042 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paperDetail
-2024-09-20 17:47:23.043 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ??
-2024-09-20 17:47:23.043 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paperDetail
-2024-09-20 17:47:23.043 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.043 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paperResult|
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdReqDTO;
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paperResult|
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paperResult|
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.044 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.046 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ԽչʾӦ?, name: ӿӦ?ԽչʾӦ?, schema: {} models
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?ԽչʾӦ?
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/paper/dto/response/ExamResultRespDTO;
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/paper/dto/response/ExamResultRespDTO;
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.047 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:23.048 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:23.049 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userTime' renamed to 'userTime'
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userTime to model
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserTime
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotalScore
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.050 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQualifyScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property objScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'objScore' renamed to 'objScore'
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property objScore to model
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getObjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property subjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'subjScore' renamed to 'subjScore'
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property subjScore to model
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.051 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSubjScore
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userScore
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userScore' renamed to 'userScore'
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userScore to model
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserScore
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hasSaq
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hasSaq' renamed to 'hasSaq'
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hasSaq to model
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.052 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getHasSaq
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.053 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property limitTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'limitTime' renamed to 'limitTime'
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property limitTime to model
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLimitTime
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quList
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuList
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quList' renamed to 'quList'
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quList to model
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuList
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuList
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuList
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuList
-2024-09-20 17:47:23.054 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter quList
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO;
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO;
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter answerList
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO;
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO;
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/paper/dto/response/ExamResultRespDTO; for parameter data
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/paper/dto/response/ExamResultRespDTO;
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter quList
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO;
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuDetailDTO;
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter answerList
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO;
-2024-09-20 17:47:23.055 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/paper/dto/ext/PaperQuAnswerExtDTO;
-2024-09-20 17:47:23.056 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 18 properties. Properties found createTime, departId, examId, hasSaq, id, limitTime, objScore, quList, qualifyScore, state, subjScore, title, totalScore, totalTime, updateTime, userId, userScore, userTime
-2024-09-20 17:47:23.056 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.056 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found actualScore, answer, answerList, answered, content, id, image, isRight, paperId, quId, quType, score, sort
-2024-09-20 17:47:23.056 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.056 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found abc, answerId, checked, content, id, image, isRight, paperId, quId, sort
-2024-09-20 17:47:23.056 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ԽչʾӦ
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ԽչʾӦ?
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paperResult
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ԽչʾӦ?
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paperResult
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |quDetail|
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/paper/dto/request/PaperQuQueryDTO;
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |quDetail|
-2024-09-20 17:47:23.057 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |quDetail|
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ԾĿ?, name: ӿӦ?ԾĿ?, schema: {} models
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 13 properties. Properties found actualScore, answer, answerList, answered, content, id, image, isRight, paperId, quId, quType, score, sort
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found abc, answerId, checked, content, id, image, isRight, paperId, quId, sort
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property paperId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'paperId' renamed to 'paperId'
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property paperId to model
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPaperId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.058 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 2 properties. Properties found paperId, quId
-2024-09-20 17:47:23.060 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ԾĿ, name: ԾĿ, schema: {} models
-2024-09-20 17:47:23.060 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ԾĿ?
-2024-09-20 17:47:23.061 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method quDetail
-2024-09-20 17:47:23.061 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ԾĿ?
-2024-09-20 17:47:23.061 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method quDetail
-2024-09-20 17:47:23.062 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.062 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.062 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/paper/dto/request/PaperCreateReqDTO;
-2024-09-20 17:47:23.062 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.062 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.063 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ͨӦ?, name: ӿӦ?ͨӦ?, schema: {} models
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?ͨӦ?
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/core/api/dto/BaseIdRespDTO;
-2024-09-20 17:47:23.064 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/core/api/dto/BaseIdRespDTO;
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/core/api/dto/BaseIdRespDTO; for parameter data
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/core/api/dto/BaseIdRespDTO;
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 1 properties. Properties found id
-2024-09-20 17:47:23.065 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨӦ
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 1 properties. Properties found examId
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ծ, name: Ծ, schema: {} models
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ծ
-2024-09-20 17:47:23.066 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ͨӦ?
-2024-09-20 17:47:23.067 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method save
-2024-09-20 17:47:23.067 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ͨӦ?
-2024-09-20 17:47:23.067 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method save
-2024-09-20 17:47:23.067 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
-2024-09-20 17:47:23.067 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.067 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.067 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/paper/dto/PaperDTO;
-2024-09-20 17:47:23.067 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ͨӦ?, name: ӿӦ?ͨӦ?, schema: {} models
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 1 properties. Properties found id
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.068 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.069 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.069 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.069 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:23.069 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.069 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:23.069 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:23.069 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.070 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalTime
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalTime' renamed to 'totalTime'
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalTime to model
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:23.071 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userTime' renamed to 'userTime'
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userTime to model
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserTime
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property totalScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'totalScore' renamed to 'totalScore'
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property totalScore to model
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTotalScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property qualifyScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'qualifyScore' renamed to 'qualifyScore'
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property qualifyScore to model
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:23.072 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQualifyScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property objScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setObjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'objScore' renamed to 'objScore'
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property objScore to model
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setObjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setObjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setObjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setObjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property subjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSubjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'subjScore' renamed to 'subjScore'
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property subjScore to model
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSubjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSubjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSubjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSubjScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userScore' renamed to 'userScore'
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userScore to model
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserScore
-2024-09-20 17:47:23.073 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserScore
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hasSaq
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setHasSaq
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hasSaq' renamed to 'hasSaq'
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hasSaq to model
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setHasSaq
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setHasSaq
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setHasSaq
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setHasSaq
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.074 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property limitTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLimitTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'limitTime' renamed to 'limitTime'
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property limitTime to model
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLimitTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLimitTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLimitTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLimitTime
-2024-09-20 17:47:23.075 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 17 properties. Properties found createTime, departId, examId, hasSaq, id, limitTime, objScore, qualifyScore, state, subjScore, title, totalScore, totalTime, updateTime, userId, userScore, userTime
-2024-09-20 17:47:23.076 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ծ, name: Ծ, schema: {} models
-2024-09-20 17:47:23.076 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ͨӦ?
-2024-09-20 17:47:23.077 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method save
-2024-09-20 17:47:23.077 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ͨӦ?
-2024-09-20 17:47:23.078 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method save
-2024-09-20 17:47:23.078 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |detail|
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdReqDTO;
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |detail|
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |detail|
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.080 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.082 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.083 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.083 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.083 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?Ŀ?, name: ӿӦ?Ŀ?, schema: {} models
-2024-09-20 17:47:23.083 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?Ŀ?
-2024-09-20 17:47:23.083 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/qu/dto/ext/QuDetailDTO;
-2024-09-20 17:47:23.083 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/qu/dto/ext/QuDetailDTO;
-2024-09-20 17:47:23.083 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quType
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quType' renamed to 'quType'
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quType to model
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property level
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'level' renamed to 'level'
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property level to model
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.084 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property image
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'image' renamed to 'image'
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property image to model
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.085 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.086 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remark
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remark' renamed to 'remark'
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remark to model
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property analysis
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'analysis' renamed to 'analysis'
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property analysis to model
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answerList
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answerList' renamed to 'answerList'
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answerList to model
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:23.087 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnswerList
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property repoIds
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoIds
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'repoIds' renamed to 'repoIds'
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property repoIds to model
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoIds
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoIds
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoIds
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRepoIds
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter answerList
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/qu/dto/QuAnswerDTO;
-2024-09-20 17:47:23.088 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/qu/dto/QuAnswerDTO;
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property isRight
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'isRight' renamed to 'isRight'
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property isRight to model
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getIsRight
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property image
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'image' renamed to 'image'
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property image to model
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.089 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property analysis
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'analysis' renamed to 'analysis'
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property analysis to model
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoIds
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/qu/dto/ext/QuDetailDTO; for parameter data
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/qu/dto/ext/QuDetailDTO;
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter answerList
-2024-09-20 17:47:23.091 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/qu/dto/QuAnswerDTO;
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/qu/dto/QuAnswerDTO;
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoIds
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 11 properties. Properties found analysis, answerList, content, createTime, id, image, level, quType, remark, repoIds, updateTime
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 6 properties. Properties found analysis, content, id, image, isRight, quId
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ѡ
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ŀ
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:23.092 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨ
-2024-09-20 17:47:23.093 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?Ŀ?
-2024-09-20 17:47:23.093 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method detail
-2024-09-20 17:47:23.093 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?Ŀ?
-2024-09-20 17:47:23.093 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method detail
-2024-09-20 17:47:23.093 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.093 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.094 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdsReqDTO;
-2024-09-20 17:47:23.094 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.094 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.094 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.094 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ
-2024-09-20 17:47:23.094 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ɾ, name: ɾ, schema: {} models
-2024-09-20 17:47:23.094 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ɾ
-2024-09-20 17:47:23.094 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.095 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.095 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method edit
-2024-09-20 17:47:23.095 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.096 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method edit
-2024-09-20 17:47:23.096 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
-2024-09-20 17:47:23.096 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.096 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.096 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.096 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.096 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.096 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.097 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?List?Ŀ??, name: ӿӦ?List?Ŀ??, schema: {} models
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?List?Ŀ??
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Ljava/util/List;
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Ljava/util/List;
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.098 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quType
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quType' renamed to 'quType'
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quType to model
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuType
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property level
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'level' renamed to 'level'
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property level to model
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getLevel
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property image
-2024-09-20 17:47:23.099 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.100 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'image' renamed to 'image'
-2024-09-20 17:47:23.100 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property image to model
-2024-09-20 17:47:23.100 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.100 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.100 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.100 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getImage
-2024-09-20 17:47:23.100 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:23.101 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.101 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:23.101 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:23.101 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.101 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.101 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.101 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getContent
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.102 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remark
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remark' renamed to 'remark'
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remark to model
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property analysis
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'analysis' renamed to 'analysis'
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property analysis to model
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.104 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.105 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getAnalysis
-2024-09-20 17:47:23.105 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter data
-2024-09-20 17:47:23.105 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.105 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.105 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.105 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 9 properties. Properties found analysis, content, createTime, id, image, level, quType, remark, updateTime
-2024-09-20 17:47:23.105 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ŀ
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quType
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quType' renamed to 'quType'
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quType to model
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.106 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property level
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'level' renamed to 'level'
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property level to model
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property image
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'image' renamed to 'image'
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property image to model
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.107 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.108 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remark
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remark' renamed to 'remark'
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remark to model
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property analysis
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'analysis' renamed to 'analysis'
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property analysis to model
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.109 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.110 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.110 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 9 properties. Properties found analysis, content, createTime, id, image, level, quType, remark, updateTime
-2024-09-20 17:47:23.110 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ŀ, name: Ŀ, schema: {} models
-2024-09-20 17:47:23.110 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?List?Ŀ??
-2024-09-20 17:47:23.110 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method list
-2024-09-20 17:47:23.110 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?List?Ŀ??
-2024-09-20 17:47:23.110 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method list
-2024-09-20 17:47:23.111 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.111 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.111 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:23.111 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.112 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.112 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.112 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.113 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.114 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?Ŀ??, name: ӿӦ?IPage?Ŀ??, schema: {} models
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?Ŀ??
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.115 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:23.116 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.118 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:23.119 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.119 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:23.119 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:23.119 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.119 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.119 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.119 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.119 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:23.120 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.120 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:23.120 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:23.120 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.120 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.120 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.120 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.121 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.121 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.121 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.121 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:23.121 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.122 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.122 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.122 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.122 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.122 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/qu/dto/QuDTO;
-2024-09-20 17:47:23.122 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.123 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 9 properties. Properties found analysis, content, createTime, id, image, level, quType, remark, updateTime
-2024-09-20 17:47:23.123 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.123 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?Ŀ?
-2024-09-20 17:47:23.123 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.123 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.124 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.124 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.124 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.124 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.124 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.125 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.126 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:23.126 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.126 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:23.126 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:23.126 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.126 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.126 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.126 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?Ŀѯ?, name: ҳ?Ŀѯ?, schema: {} models
-2024-09-20 17:47:23.127 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ?Ŀѯ?
-2024-09-20 17:47:23.128 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/qu/dto/request/QuQueryReqDTO;
-2024-09-20 17:47:23.128 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/qu/dto/request/QuQueryReqDTO;
-2024-09-20 17:47:23.128 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quType
-2024-09-20 17:47:23.128 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.128 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quType' renamed to 'quType'
-2024-09-20 17:47:23.128 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quType to model
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property repoIds
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'repoIds' renamed to 'repoIds'
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property repoIds to model
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:23.129 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property excludes
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'excludes' renamed to 'excludes'
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property excludes to model
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter excludes
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoIds
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/qu/dto/request/QuQueryReqDTO; for parameter params
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/qu/dto/request/QuQueryReqDTO;
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter excludes
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoIds
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found content, excludes, quType, repoIds
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.130 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ŀѯ
-2024-09-20 17:47:23.132 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?Ŀ??
-2024-09-20 17:47:23.132 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:23.132 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?Ŀ??
-2024-09-20 17:47:23.132 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:23.132 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pagingUsingPOST_2
-2024-09-20 17:47:23.133 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.133 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.133 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/qu/dto/ext/QuDetailDTO;
-2024-09-20 17:47:23.133 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.133 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.133 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.133 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quType
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quType' renamed to 'quType'
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quType to model
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuType
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property level
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'level' renamed to 'level'
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property level to model
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.134 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setLevel
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property image
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'image' renamed to 'image'
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property image to model
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:23.135 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.136 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remark
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remark' renamed to 'remark'
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remark to model
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property analysis
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'analysis' renamed to 'analysis'
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property analysis to model
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property answerList
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswerList
-2024-09-20 17:47:23.137 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'answerList' renamed to 'answerList'
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property answerList to model
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswerList
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswerList
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswerList
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnswerList
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property repoIds
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'repoIds' renamed to 'repoIds'
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property repoIds to model
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 11 properties. Properties found analysis, answerList, content, createTime, id, image, level, quType, remark, repoIds, updateTime
-2024-09-20 17:47:23.138 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ŀ, name: Ŀ, schema: {} models
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter answerList
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/qu/dto/QuAnswerDTO;
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/qu/dto/QuAnswerDTO;
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.139 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property isRight
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIsRight
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'isRight' renamed to 'isRight'
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property isRight to model
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIsRight
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIsRight
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIsRight
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setIsRight
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property image
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'image' renamed to 'image'
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property image to model
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.140 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setImage
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property content
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'content' renamed to 'content'
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property content to model
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setContent
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property analysis
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'analysis' renamed to 'analysis'
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property analysis to model
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAnalysis
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoIds
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.141 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.142 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.142 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 6 properties. Properties found analysis, content, id, image, isRight, quId
-2024-09-20 17:47:23.142 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.142 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ͨӦ?, name: ӿӦ?ͨӦ?, schema: {} models
-2024-09-20 17:47:23.142 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?ͨӦ?
-2024-09-20 17:47:23.142 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 1 properties. Properties found id
-2024-09-20 17:47:23.142 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨӦ
-2024-09-20 17:47:23.143 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ͨӦ?
-2024-09-20 17:47:23.143 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method save
-2024-09-20 17:47:23.143 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ͨӦ?
-2024-09-20 17:47:23.143 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method save
-2024-09-20 17:47:23.143 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_3
-2024-09-20 17:47:23.144 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.144 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |batchAction|
-2024-09-20 17:47:23.144 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/qu/dto/request/QuRepoBatchReqDTO;
-2024-09-20 17:47:23.144 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |batchAction|
-2024-09-20 17:47:23.144 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |batchAction|
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quIds
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuIds
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quIds' renamed to 'quIds'
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quIds to model
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuIds
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuIds
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuIds
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuIds
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property repoIds
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'repoIds' renamed to 'repoIds'
-2024-09-20 17:47:23.145 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property repoIds to model
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRepoIds
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remove
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemove
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remove' renamed to 'remove'
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remove to model
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemove
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemove
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemove
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemove
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 3 properties. Properties found quIds, remove, repoIds
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: , name: , schema: {} models
-2024-09-20 17:47:23.146 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter quIds
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter repoIds
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.147 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method batchAction
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method batchAction
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdsReqDTO;
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.149 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.150 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.150 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ɾ, name: ɾ, schema: {} models
-2024-09-20 17:47:23.150 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ɾ
-2024-09-20 17:47:23.150 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.150 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.150 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method edit
-2024-09-20 17:47:23.150 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.150 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method edit
-2024-09-20 17:47:23.150 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdReqDTO;
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨ
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.151 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.152 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.153 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.153 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.153 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ??, name: ӿӦ??, schema: {} models
-2024-09-20 17:47:23.153 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ??
-2024-09-20 17:47:23.153 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/repo/dto/RepoDTO;
-2024-09-20 17:47:23.153 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/repo/dto/RepoDTO;
-2024-09-20 17:47:23.153 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remark
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remark' renamed to 'remark'
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remark to model
-2024-09-20 17:47:23.154 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/repo/dto/RepoDTO; for parameter data
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/repo/dto/RepoDTO;
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 6 properties. Properties found code, createTime, id, remark, title, updateTime
-2024-09-20 17:47:23.155 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key
-2024-09-20 17:47:23.156 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ??
-2024-09-20 17:47:23.156 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method find
-2024-09-20 17:47:23.156 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ??
-2024-09-20 17:47:23.156 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method find
-2024-09-20 17:47:23.156 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findUsingPOST_2
-2024-09-20 17:47:23.156 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.157 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?ҳ?, name: ҳ?ҳ?, schema: {} models
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ?ҳ?
-2024-09-20 17:47:23.158 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/repo/dto/request/RepoReqDTO;
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/repo/dto/request/RepoReqDTO;
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.159 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remark
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remark' renamed to 'remark'
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remark to model
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.160 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.161 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property excludes
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'excludes' renamed to 'excludes'
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property excludes to model
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExcludes
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter excludes
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/repo/dto/request/RepoReqDTO; for parameter params
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/repo/dto/request/RepoReqDTO;
-2024-09-20 17:47:23.162 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter excludes
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found code, createTime, excludes, id, remark, title, updateTime
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.164 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.165 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?ҳӦ??, name: ӿӦ?IPage?ҳӦ??, schema: {} models
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?ҳӦ??
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/repo/dto/response/RepoRespDTO;
-2024-09-20 17:47:23.166 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/repo/dto/response/RepoRespDTO;
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.167 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remark
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remark' renamed to 'remark'
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remark to model
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRemark
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.168 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property multiCount
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'multiCount' renamed to 'multiCount'
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property multiCount to model
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:23.169 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMultiCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property radioCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'radioCount' renamed to 'radioCount'
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property radioCount to model
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRadioCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property judgeCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'judgeCount' renamed to 'judgeCount'
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property judgeCount to model
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getJudgeCount
-2024-09-20 17:47:23.170 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:23.171 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/repo/dto/response/RepoRespDTO;
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/repo/dto/response/RepoRespDTO;
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:23.173 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/repo/dto/response/RepoRespDTO;
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/repo/dto/response/RepoRespDTO;
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/repo/dto/response/RepoRespDTO;
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/repo/dto/response/RepoRespDTO;
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 9 properties. Properties found code, createTime, id, judgeCount, multiCount, radioCount, remark, title, updateTime
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?ҳӦ?
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳӦ
-2024-09-20 17:47:23.174 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?ҳӦ??
-2024-09-20 17:47:23.175 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:23.175 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?ҳӦ??
-2024-09-20 17:47:23.175 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:23.175 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pagingUsingPOST_3
-2024-09-20 17:47:23.175 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.175 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.175 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/repo/dto/RepoDTO;
-2024-09-20 17:47:23.175 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.175 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCode
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.176 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property remark
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'remark' renamed to 'remark'
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property remark to model
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRemark
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.177 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 6 properties. Properties found code, createTime, id, remark, title, updateTime
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: , name: , schema: {} models
-2024-09-20 17:47:23.178 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.180 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method save
-2024-09-20 17:47:23.180 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.180 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method save
-2024-09-20 17:47:23.180 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_4
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.181 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ͨ?, name: ӿӦ?ͨ?, schema: {} models
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?ͨ?
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/config/dto/SysConfigDTO;
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/config/dto/SysConfigDTO;
-2024-09-20 17:47:23.182 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property siteName
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSiteName
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'siteName' renamed to 'siteName'
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property siteName to model
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSiteName
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSiteName
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSiteName
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSiteName
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property frontLogo
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getFrontLogo
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'frontLogo' renamed to 'frontLogo'
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property frontLogo to model
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getFrontLogo
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getFrontLogo
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getFrontLogo
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getFrontLogo
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property backLogo
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getBackLogo
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'backLogo' renamed to 'backLogo'
-2024-09-20 17:47:23.183 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property backLogo to model
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getBackLogo
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getBackLogo
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getBackLogo
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getBackLogo
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property copyRight
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCopyRight
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'copyRight' renamed to 'copyRight'
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property copyRight to model
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCopyRight
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCopyRight
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCopyRight
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCopyRight
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/sys/config/dto/SysConfigDTO; for parameter data
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/sys/config/dto/SysConfigDTO;
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 5 properties. Properties found backLogo, copyRight, frontLogo, id, siteName
-2024-09-20 17:47:23.184 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨ
-2024-09-20 17:47:23.185 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ͨ?
-2024-09-20 17:47:23.185 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method find
-2024-09-20 17:47:23.185 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ͨ?
-2024-09-20 17:47:23.185 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method find
-2024-09-20 17:47:23.185 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findUsingPOST_3
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/config/dto/SysConfigDTO;
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ͨӦ?, name: ӿӦ?ͨӦ?, schema: {} models
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?ͨӦ?
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 1 properties. Properties found id
-2024-09-20 17:47:23.186 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨӦ
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property siteName
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSiteName
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'siteName' renamed to 'siteName'
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property siteName to model
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSiteName
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSiteName
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSiteName
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSiteName
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property frontLogo
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setFrontLogo
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'frontLogo' renamed to 'frontLogo'
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property frontLogo to model
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setFrontLogo
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setFrontLogo
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setFrontLogo
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setFrontLogo
-2024-09-20 17:47:23.187 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property backLogo
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setBackLogo
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'backLogo' renamed to 'backLogo'
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property backLogo to model
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setBackLogo
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setBackLogo
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setBackLogo
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setBackLogo
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property copyRight
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCopyRight
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'copyRight' renamed to 'copyRight'
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property copyRight to model
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCopyRight
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCopyRight
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCopyRight
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCopyRight
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 5 properties. Properties found backLogo, copyRight, frontLogo, id, siteName
-2024-09-20 17:47:23.188 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:23.189 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ͨӦ?
-2024-09-20 17:47:23.189 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method save
-2024-09-20 17:47:23.189 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ͨӦ?
-2024-09-20 17:47:23.189 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method save
-2024-09-20 17:47:23.189 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_5
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdsReqDTO;
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ɾ, name: ɾ, schema: {} models
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ɾ
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method edit
-2024-09-20 17:47:23.190 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.191 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method edit
-2024-09-20 17:47:23.191 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
-2024-09-20 17:47:23.191 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.191 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.191 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdReqDTO;
-2024-09-20 17:47:23.191 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.191 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |find|
-2024-09-20 17:47:23.191 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.191 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.192 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?Ϣ?, name: ӿӦ?Ϣ?, schema: {} models
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?Ϣ?
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.193 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptType
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.194 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptType' renamed to 'deptType'
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptType to model
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property parentId
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'parentId' renamed to 'parentId'
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property parentId to model
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptName
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptName' renamed to 'deptName'
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptName to model
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.196 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptCode
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptCode' renamed to 'deptCode'
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptCode to model
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO; for parameter data
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.197 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 6 properties. Properties found deptCode, deptName, deptType, id, parentId, sort
-2024-09-20 17:47:23.198 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ϣ
-2024-09-20 17:47:23.198 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ, name: ͨ, schema: {} models
-2024-09-20 17:47:23.198 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨ
-2024-09-20 17:47:23.198 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?Ϣ?
-2024-09-20 17:47:23.198 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method find
-2024-09-20 17:47:23.198 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?Ϣ?
-2024-09-20 17:47:23.198 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method find
-2024-09-20 17:47:23.198 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findUsingPOST_4
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.199 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptType
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptType
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptType' renamed to 'deptType'
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptType to model
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptType
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptType
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptType
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptType
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property parentId
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParentId
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'parentId' renamed to 'parentId'
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property parentId to model
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParentId
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParentId
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParentId
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParentId
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptName
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptName
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptName' renamed to 'deptName'
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptName to model
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptName
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptName
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptName
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptName
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptCode
-2024-09-20 17:47:23.200 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptCode
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptCode' renamed to 'deptCode'
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptCode to model
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptCode
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptCode
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptCode
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDeptCode
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 6 properties. Properties found deptCode, deptName, deptType, id, parentId, sort
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ϣ, name: Ϣ, schema: {} models
-2024-09-20 17:47:23.201 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.202 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.203 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?List?Ϣ??, name: ӿӦ?List?Ϣ??, schema: {} models
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?List?Ϣ??
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Ljava/util/List;
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Ljava/util/List;
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter data
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.204 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 6 properties. Properties found deptCode, deptName, deptType, id, parentId, sort
-2024-09-20 17:47:23.205 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?List?Ϣ??
-2024-09-20 17:47:23.205 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method list
-2024-09-20 17:47:23.205 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?List?Ϣ??
-2024-09-20 17:47:23.205 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method list
-2024-09-20 17:47:23.205 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.206 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:23.207 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?Ϣ?, name: ҳ?Ϣ?, schema: {} models
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ?Ϣ?
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO; for parameter params
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 6 properties. Properties found deptCode, deptName, deptType, id, parentId, sort
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.208 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.209 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?ṹӦ??, name: ӿӦ?IPage?ṹӦ??, schema: {} models
-2024-09-20 17:47:23.210 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?ṹӦ??
-2024-09-20 17:47:23.210 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.210 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.210 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.210 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.211 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.211 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.211 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.211 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.211 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.211 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.211 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.211 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptType
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptType' renamed to 'deptType'
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptType to model
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptType
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property parentId
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'parentId' renamed to 'parentId'
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property parentId to model
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getParentId
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptName
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptName' renamed to 'deptName'
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptName to model
-2024-09-20 17:47:23.212 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptName
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property deptCode
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'deptCode' renamed to 'deptCode'
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property deptCode to model
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDeptCode
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property children
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChildren
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'children' renamed to 'children'
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property children to model
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChildren
-2024-09-20 17:47:23.213 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChildren
-2024-09-20 17:47:23.214 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChildren
-2024-09-20 17:47:23.214 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getChildren
-2024-09-20 17:47:23.214 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter children
-2024-09-20 17:47:23.214 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.214 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.214 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.215 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.216 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.217 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter children
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter children
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter children
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.218 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.224 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.225 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found children, deptCode, deptName, deptType, id, parentId, sort
-2024-09-20 17:47:23.225 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.225 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ṹӦ
-2024-09-20 17:47:23.225 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?ṹӦ?
-2024-09-20 17:47:23.226 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?ṹӦ??
-2024-09-20 17:47:23.226 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:23.226 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?ṹӦ??
-2024-09-20 17:47:23.227 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:23.227 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pagingUsingPOST_4
-2024-09-20 17:47:23.227 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.227 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/depart/dto/SysDepartDTO;
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ϣ, name: Ϣ, schema: {} models
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method save
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.228 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method save
-2024-09-20 17:47:23.229 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_6
-2024-09-20 17:47:23.229 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.229 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |sort|
-2024-09-20 17:47:23.229 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/depart/dto/request/DepartSortReqDTO;
-2024-09-20 17:47:23.229 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |sort|
-2024-09-20 17:47:23.229 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |sort|
-2024-09-20 17:47:23.229 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 2 properties. Properties found id, sort
-2024-09-20 17:47:23.230 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: , name: , schema: {} models
-2024-09-20 17:47:23.231 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key
-2024-09-20 17:47:23.231 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.231 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method sort
-2024-09-20 17:47:23.231 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.231 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method sort
-2024-09-20 17:47:23.231 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |tree|
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |tree|
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |tree|
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.232 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.233 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.234 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?List?ṹӦ??, name: ӿӦ?List?ṹӦ??, schema: {} models
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?List?ṹӦ??
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Ljava/util/List;
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Ljava/util/List;
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter children
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter data
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.235 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.236 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter children
-2024-09-20 17:47:23.236 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.236 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/depart/dto/response/SysDepartTreeDTO;
-2024-09-20 17:47:23.236 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.236 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found children, deptCode, deptName, deptType, id, parentId, sort
-2024-09-20 17:47:23.236 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?List?ṹӦ??
-2024-09-20 17:47:23.237 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method tree
-2024-09-20 17:47:23.237 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?List?ṹӦ??
-2024-09-20 17:47:23.237 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method tree
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |list|
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.238 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.239 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?List?ɫ??, name: ӿӦ?List?ɫ??, schema: {} models
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?List?ɫ??
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Ljava/util/List;
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Ljava/util/List;
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.240 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property roleName
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleName
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'roleName' renamed to 'roleName'
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property roleName to model
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleName
-2024-09-20 17:47:23.241 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleName
-2024-09-20 17:47:23.242 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleName
-2024-09-20 17:47:23.242 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleName
-2024-09-20 17:47:23.242 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter data
-2024-09-20 17:47:23.242 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.242 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.242 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.242 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 2 properties. Properties found id, roleName
-2024-09-20 17:47:23.242 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ɫ
-2024-09-20 17:47:23.243 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?List?ɫ??
-2024-09-20 17:47:23.243 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method list
-2024-09-20 17:47:23.243 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?List?ɫ??
-2024-09-20 17:47:23.243 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method list
-2024-09-20 17:47:23.243 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_2
-2024-09-20 17:47:23.243 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.243 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.243 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:23.243 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.244 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.244 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.244 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.244 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.244 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.245 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?ɫ??, name: ӿӦ?IPage?ɫ??, schema: {} models
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?ɫ??
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.246 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.247 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:23.248 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.249 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 2 properties. Properties found id, roleName
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?ɫ?
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.250 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.251 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?ɫ?, name: ҳ?ɫ?, schema: {} models
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ?ɫ?
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.252 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property roleName
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleName
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'roleName' renamed to 'roleName'
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property roleName to model
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleName
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleName
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleName
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleName
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO; for parameter params
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/sys/user/dto/SysRoleDTO;
-2024-09-20 17:47:23.253 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 2 properties. Properties found id, roleName
-2024-09-20 17:47:23.254 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?ɫ??
-2024-09-20 17:47:23.254 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:23.254 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?ɫ??
-2024-09-20 17:47:23.255 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:23.255 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pagingUsingPOST_5
-2024-09-20 17:47:23.255 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.255 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.256 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdsReqDTO;
-2024-09-20 17:47:23.256 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.256 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |edit|
-2024-09-20 17:47:23.256 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.256 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ
-2024-09-20 17:47:23.256 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ɾ, name: ɾ, schema: {} models
-2024-09-20 17:47:23.256 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ɾ
-2024-09-20 17:47:23.256 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.257 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.257 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method edit
-2024-09-20 17:47:23.257 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.257 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method edit
-2024-09-20 17:47:23.257 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
-2024-09-20 17:47:23.258 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.258 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |info|
-2024-09-20 17:47:23.258 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |info|
-2024-09-20 17:47:23.259 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |info|
-2024-09-20 17:47:23.259 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.259 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.259 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method info
-2024-09-20 17:47:23.260 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.260 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method info
-2024-09-20 17:47:23.260 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.260 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |login|
-2024-09-20 17:47:23.260 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/user/dto/request/SysUserLoginReqDTO;
-2024-09-20 17:47:23.260 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |login|
-2024-09-20 17:47:23.260 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |login|
-2024-09-20 17:47:23.261 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.261 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.261 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.261 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.261 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.261 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.261 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.261 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.262 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?û¼Ӧ?, name: ӿӦ?û¼Ӧ?, schema: {} models
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?û¼Ӧ?
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/user/dto/response/SysUserLoginDTO;
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/user/dto/response/SysUserLoginDTO;
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userName
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.263 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userName' renamed to 'userName'
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userName to model
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property realName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'realName' renamed to 'realName'
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property realName to model
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property roleIds
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'roleIds' renamed to 'roleIds'
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property roleIds to model
-2024-09-20 17:47:23.264 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.265 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property roles
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoles
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'roles' renamed to 'roles'
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property roles to model
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoles
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoles
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoles
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoles
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property token
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getToken
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'token' renamed to 'token'
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property token to model
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getToken
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getToken
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getToken
-2024-09-20 17:47:23.266 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getToken
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter roles
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/sys/user/dto/response/SysUserLoginDTO; for parameter data
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/sys/user/dto/response/SysUserLoginDTO;
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter roles
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, departId, id, realName, roleIds, roles, state, token, updateTime, userName
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.267 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key û¼Ӧ
-2024-09-20 17:47:23.268 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property username
-2024-09-20 17:47:23.268 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUsername
-2024-09-20 17:47:23.268 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'username' renamed to 'username'
-2024-09-20 17:47:23.268 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property username to model
-2024-09-20 17:47:23.268 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUsername
-2024-09-20 17:47:23.268 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUsername
-2024-09-20 17:47:23.268 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUsername
-2024-09-20 17:47:23.268 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUsername
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property password
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'password' renamed to 'password'
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property password to model
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 2 properties. Properties found password, username
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ա¼, name: Ա¼, schema: {} models
-2024-09-20 17:47:23.269 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ա¼
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?û¼Ӧ?
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method login
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?û¼Ӧ?
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method login
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |logout|
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |logout|
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |logout|
-2024-09-20 17:47:23.270 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.271 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.271 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method logout
-2024-09-20 17:47:23.271 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.272 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method logout
-2024-09-20 17:47:23.272 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.272 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.272 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:23.272 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.272 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.273 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.274 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?û??, name: ӿӦ?IPage?û??, schema: {} models
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?û??
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.275 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userName' renamed to 'userName'
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userName to model
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property realName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'realName' renamed to 'realName'
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property realName to model
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property password
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassword
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'password' renamed to 'password'
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property password to model
-2024-09-20 17:47:23.276 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassword
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassword
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassword
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassword
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property salt
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSalt
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'salt' renamed to 'salt'
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property salt to model
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSalt
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSalt
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSalt
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSalt
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property roleIds
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'roleIds' renamed to 'roleIds'
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property roleIds to model
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRoleIds
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.277 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getDepartId
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.279 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getState
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.280 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:23.281 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.282 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.283 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, departId, id, password, realName, roleIds, salt, state, updateTime, userName
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key û
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?û?
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.284 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.285 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?û?, name: ҳ?û?, schema: {} models
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ?û?
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.286 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userName
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userName' renamed to 'userName'
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userName to model
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.287 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property realName
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'realName' renamed to 'realName'
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property realName to model
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property password
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'password' renamed to 'password'
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property password to model
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.288 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property salt
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSalt
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'salt' renamed to 'salt'
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property salt to model
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSalt
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSalt
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSalt
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSalt
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property roleIds
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleIds
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'roleIds' renamed to 'roleIds'
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property roleIds to model
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleIds
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleIds
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleIds
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoleIds
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.289 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property state
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'state' renamed to 'state'
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property state to model
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.290 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.291 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.291 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setState
-2024-09-20 17:47:23.291 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO; for parameter params
-2024-09-20 17:47:23.291 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.291 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, departId, id, password, realName, roleIds, salt, state, updateTime, userName
-2024-09-20 17:47:23.292 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?û??
-2024-09-20 17:47:23.292 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:23.292 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?û??
-2024-09-20 17:47:23.292 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:23.292 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pagingUsingPOST_6
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |quick|
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |quick|
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |quick|
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, departId, id, password, realName, roleIds, salt, state, updateTime, userName
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: û, name: û, schema: {} models
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?û¼Ӧ?, name: ӿӦ?û¼Ӧ?, schema: {} models
-2024-09-20 17:47:23.293 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, departId, id, realName, roleIds, roles, state, token, updateTime, userName
-2024-09-20 17:47:23.295 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.295 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?û¼Ӧ?
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method quick
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?û¼Ӧ?
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method quick
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |reg|
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |reg|
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |reg|
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: û, name: û, schema: {} models
-2024-09-20 17:47:23.296 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?û¼Ӧ?, name: ӿӦ?û¼Ӧ?, schema: {} models
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, departId, id, realName, roleIds, roles, state, token, updateTime, userName
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?û¼Ӧ?
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method reg
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?û¼Ӧ?
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method reg
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.297 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/user/dto/request/SysUserSaveReqDTO;
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |save|
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.298 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userName
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userName' renamed to 'userName'
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userName to model
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserName
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property avatar
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAvatar
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'avatar' renamed to 'avatar'
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property avatar to model
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAvatar
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAvatar
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAvatar
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setAvatar
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property realName
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'realName' renamed to 'realName'
-2024-09-20 17:47:23.299 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property realName to model
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property password
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'password' renamed to 'password'
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property password to model
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassword
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property departId
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'departId' renamed to 'departId'
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property departId to model
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setDepartId
-2024-09-20 17:47:23.300 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property roles
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoles
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'roles' renamed to 'roles'
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property roles to model
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoles
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoles
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoles
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRoles
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found avatar, departId, id, password, realName, roles, userName
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ա, name: Ա, schema: {} models
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ա
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter roles
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Ljava/lang/String;
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Marking base type Ljava/lang/String; as seen
-2024-09-20 17:47:23.301 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.302 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.302 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method save
-2024-09-20 17:47:23.302 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.302 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method save
-2024-09-20 17:47:23.302 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_7
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |state|
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseStateReqDTO;
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |state|
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |state|
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ͨ״̬, name: ͨ״̬, schema: {} models
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨ״̬
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method state
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method state
-2024-09-20 17:47:23.303 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: stateUsingPOST_1
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |update|
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/sys/user/dto/SysUserDTO;
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |update|
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |update|
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: û, name: û, schema: {} models
-2024-09-20 17:47:23.303 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.305 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.305 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method update
-2024-09-20 17:47:23.305 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.305 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method update
-2024-09-20 17:47:23.305 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |delete|
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/BaseIdsReqDTO;
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |delete|
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |delete|
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ, name: ӿӦ, schema: {} models
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ɾ, name: ɾ, schema: {} models
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ɾ
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method delete
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ
-2024-09-20 17:47:23.306 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method delete
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |nextQu|
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |nextQu|
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |nextQu|
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.307 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:23.308 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setQuId
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property wrongCount
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setWrongCount
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'wrongCount' renamed to 'wrongCount'
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property wrongCount to model
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setWrongCount
-2024-09-20 17:47:23.309 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setWrongCount
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setWrongCount
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setWrongCount
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.310 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSort
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 9 properties. Properties found createTime, examId, id, quId, sort, title, updateTime, userId, wrongCount
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: Ȿ, name: Ȿ, schema: {} models
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Ȿ
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?ͨӦ?, name: ӿӦ?ͨӦ?, schema: {} models
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?ͨӦ?
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 1 properties. Properties found id
-2024-09-20 17:47:23.311 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ͨӦ
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?ͨӦ?
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method nextQu
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?ͨӦ?
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method nextQu
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.312 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.313 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?Ȿ??, name: ӿӦ?IPage?Ȿ??, schema: {} models
-2024-09-20 17:47:23.314 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?Ȿ??
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:23.315 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property quId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'quId' renamed to 'quId'
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property quId to model
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getQuId
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.316 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property wrongCount
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getWrongCount
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'wrongCount' renamed to 'wrongCount'
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property wrongCount to model
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getWrongCount
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getWrongCount
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getWrongCount
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getWrongCount
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property sort
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'sort' renamed to 'sort'
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property sort to model
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.317 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSort
-2024-09-20 17:47:23.318 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.319 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.319 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.319 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.319 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.319 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.319 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.319 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.319 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.320 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.321 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.322 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 9 properties. Properties found createTime, examId, id, quId, sort, title, updateTime, userId, wrongCount
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?Ȿ?
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.323 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.324 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?Ȿ?, name: ҳ?Ȿ?, schema: {} models
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ?Ȿ?
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/user/book/dto/UserBookDTO; for parameter params
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/user/book/dto/UserBookDTO;
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 9 properties. Properties found createTime, examId, id, quId, sort, title, updateTime, userId, wrongCount
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?Ȿ??
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:23.325 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?Ȿ??
-2024-09-20 17:47:23.326 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:23.326 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pagingUsingPOST_7
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |myPaging|
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |myPaging|
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |myPaging|
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.327 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCurrent
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setSize
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property params
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'params' renamed to 'params'
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property params to model
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setParams
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property orderBy
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.328 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'orderBy' renamed to 'orderBy'
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property orderBy to model
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setOrderBy
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found current, orderBy, params, size
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?Լ¼?, name: ҳ?Լ¼?, schema: {} models
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ҳ?Լ¼?
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/user/exam/dto/request/UserExamReqDTO;
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/user/exam/dto/request/UserExamReqDTO;
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.329 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUserId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setExamId
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property tryCount
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTryCount
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'tryCount' renamed to 'tryCount'
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property tryCount to model
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTryCount
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTryCount
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTryCount
-2024-09-20 17:47:23.330 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTryCount
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property maxScore
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMaxScore
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'maxScore' renamed to 'maxScore'
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property maxScore to model
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMaxScore
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMaxScore
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMaxScore
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setMaxScore
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property passed
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassed
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'passed' renamed to 'passed'
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property passed to model
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassed
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassed
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassed
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setPassed
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setCreateTime
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.331 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setUpdateTime
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setTitle
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property realName
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'realName' renamed to 'realName'
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property realName to model
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped setter for member setRealName
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/yf/exam/modules/user/exam/dto/request/UserExamReqDTO; for parameter params
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/yf/exam/modules/user/exam/dto/request/UserExamReqDTO;
-2024-09-20 17:47:23.332 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, examId, id, maxScore, passed, realName, title, tryCount, updateTime, userId
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key Լ¼
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property msg
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'msg' renamed to 'msg'
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property msg to model
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMsg
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property code
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'code' renamed to 'code'
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property code to model
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.333 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCode
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property data
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'data' renamed to 'data'
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property data to model
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getData
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property success
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'success' renamed to 'success'
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property success to model
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSuccess
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 4 properties. Properties found code, data, msg, success
-2024-09-20 17:47:23.334 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?Լ¼??, name: ӿӦ?IPage?Լ¼??, schema: {} models
-2024-09-20 17:47:23.335 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key ӿӦ?IPage?Լ¼??
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/user/exam/dto/response/UserExamRespDTO;
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/user/exam/dto/response/UserExamRespDTO;
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property id
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'id' renamed to 'id'
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property id to model
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getId
-2024-09-20 17:47:23.336 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property userId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'userId' renamed to 'userId'
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property userId to model
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUserId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property examId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'examId' renamed to 'examId'
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property examId to model
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getExamId
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property tryCount
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTryCount
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'tryCount' renamed to 'tryCount'
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property tryCount to model
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTryCount
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTryCount
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTryCount
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTryCount
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property maxScore
-2024-09-20 17:47:23.337 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMaxScore
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'maxScore' renamed to 'maxScore'
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property maxScore to model
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMaxScore
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMaxScore
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMaxScore
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getMaxScore
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property passed
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassed
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'passed' renamed to 'passed'
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property passed to model
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassed
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassed
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassed
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPassed
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property createTime
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'createTime' renamed to 'createTime'
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property createTime to model
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCreateTime
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property updateTime
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'updateTime' renamed to 'updateTime'
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property updateTime to model
-2024-09-20 17:47:23.338 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getUpdateTime
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property title
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'title' renamed to 'title'
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property title to model
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTitle
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property realName
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'realName' renamed to 'realName'
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property realName to model
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRealName
-2024-09-20 17:47:23.339 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property size
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'size' renamed to 'size'
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property size to model
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getSize
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property records
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'records' renamed to 'records'
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property records to model
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getRecords
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property current
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'current' renamed to 'current'
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property current to model
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getCurrent
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property pages
-2024-09-20 17:47:23.340 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'pages' renamed to 'pages'
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property pages to model
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getPages
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property hitCount
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'hitCount' renamed to 'hitCount'
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property hitCount to model
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isHitCount
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property total
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'total' renamed to 'total'
-2024-09-20 17:47:23.341 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property total to model
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member getTotal
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Reading property searchCount
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] p.ObjectMapperBeanPropertyNamingStrategy : Name 'searchCount' renamed to 'searchCount'
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.p.OptimizedModelPropertiesProvider : Adding property searchCount to model
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.property.bean.BeanModelProperty : Evaluating unwrapped getter for member isSearchCount
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/user/exam/dto/response/UserExamRespDTO;
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/user/exam/dto/response/UserExamRespDTO;
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Lcom/baomidou/mybatisplus/core/metadata/IPage; for parameter data
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for type Lcom/baomidou/mybatisplus/core/metadata/IPage;
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type for parameter Lcom/yf/exam/modules/user/exam/dto/response/UserExamRespDTO;
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for parameter Lcom/yf/exam/modules/user/exam/dto/response/UserExamRespDTO;
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding type Ljava/util/List; for parameter records
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Adding collectionElement type Lcom/yf/exam/modules/user/exam/dto/response/UserExamRespDTO;
-2024-09-20 17:47:23.342 DEBUG 22604 --- [main] s.d.s.DefaultModelDependencyProvider : Recursively resolving dependencies for collectionElement type Lcom/yf/exam/modules/user/exam/dto/response/UserExamRespDTO;
-2024-09-20 17:47:23.343 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.343 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, examId, id, maxScore, passed, realName, title, tryCount, updateTime, userId
-2024-09-20 17:47:23.343 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.343 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Adding a new model with key IPage?Լ¼?
-2024-09-20 17:47:23.343 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?Լ¼??
-2024-09-20 17:47:23.343 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method myPaging
-2024-09-20 17:47:23.343 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?Լ¼??
-2024-09-20 17:47:23.343 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method myPaging
-2024-09-20 17:47:23.344 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: myPagingUsingPOST_1
-2024-09-20 17:47:23.344 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding return parameter of type Lcom/yf/exam/core/api/ApiRest;
-2024-09-20 17:47:23.344 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.344 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Adding input parameter of type Lcom/yf/exam/core/api/dto/PagingReqDTO;
-2024-09-20 17:47:23.344 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationModelsProvider : Finished reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.344 DEBUG 22604 --- [main] s.d.s.r.o.SwaggerOperationModelsProvider : Reading parameters models for handlerMethod |paging|
-2024-09-20 17:47:23.344 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ҳ?Լ¼?, name: ҳ?Լ¼?, schema: {} models
-2024-09-20 17:47:23.345 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, examId, id, maxScore, passed, realName, title, tryCount, updateTime, userId
-2024-09-20 17:47:23.345 DEBUG 22604 --- [main] s.d.spring.web.scanners.ApiModelReader : Generated parameter model id: ӿӦ?IPage?Լ¼??, name: ӿӦ?IPage?Լ¼??, schema: {} models
-2024-09-20 17:47:23.345 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 7 properties. Properties found current, hitCount, pages, records, searchCount, size, total
-2024-09-20 17:47:23.345 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Inferred 10 properties. Properties found createTime, examId, id, maxScore, passed, realName, title, tryCount, updateTime, userId
-2024-09-20 17:47:23.345 DEBUG 22604 --- [main] s.d.schema.DefaultModelProvider : Skipping model of type Ljava/util/List; as its either a container type, map, enum or base type, or its already been handled
-2024-09-20 17:47:23.345 DEBUG 22604 --- [main] s.d.s.w.r.o.OperationResponseClassReader : Setting spring response class to: ӿӦ?IPage?Լ¼??
-2024-09-20 17:47:23.346 DEBUG 22604 --- [main] s.d.s.r.o.VendorExtensionsReader : Extension count 1 for method paging
-2024-09-20 17:47:23.346 DEBUG 22604 --- [main] .r.o.SwaggerOperationResponseClassReader : Setting response class to:ӿӦ?IPage?Լ¼??
-2024-09-20 17:47:23.346 DEBUG 22604 --- [main] s.d.s.r.operation.OperationAuthReader : Authorization count 0 for method paging
-2024-09-20 17:47:23.346 INFO 22604 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pagingUsingPOST_8
-2024-09-20 17:47:23.352 DEBUG 22604 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'documentationPluginsBootstrapper'
-2024-09-20 17:47:23.352 INFO 22604 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
-2024-09-20 17:47:23.355 DEBUG 22604 --- [main] o.q.i.jdbcjobstore.StdRowLockSemaphore : Lock 'STATE_ACCESS' is desired by: main
-2024-09-20 17:47:23.504 DEBUG 22604 --- [main] o.q.i.jdbcjobstore.StdRowLockSemaphore : Lock 'STATE_ACCESS' is being obtained: main
-2024-09-20 17:47:23.517 DEBUG 22604 --- [main] o.q.i.jdbcjobstore.StdRowLockSemaphore : Lock 'STATE_ACCESS' given to: main
-2024-09-20 17:47:23.519 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : Adding TriggerPersistenceDelegate of type: org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
-2024-09-20 17:47:23.519 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : Adding TriggerPersistenceDelegate of type: org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
-2024-09-20 17:47:23.520 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : Adding TriggerPersistenceDelegate of type: org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
-2024-09-20 17:47:23.521 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : Adding TriggerPersistenceDelegate of type: org.quartz.impl.jdbcjobstore.DailyTimeIntervalTriggerPersistenceDelegate
-2024-09-20 17:47:23.597 DEBUG 22604 --- [main] o.q.i.jdbcjobstore.StdRowLockSemaphore : Lock 'TRIGGER_ACCESS' is desired by: main
-2024-09-20 17:47:23.599 DEBUG 22604 --- [main] o.q.i.jdbcjobstore.StdRowLockSemaphore : Lock 'TRIGGER_ACCESS' is being obtained: main
-2024-09-20 17:47:23.600 DEBUG 22604 --- [main] o.q.i.jdbcjobstore.StdRowLockSemaphore : Lock 'TRIGGER_ACCESS' given to: main
-2024-09-20 17:47:23.600 INFO 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: detected 1 failed or restarted instances.
-2024-09-20 17:47:23.600 INFO 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Scanning for instance "lang1726825594694"'s failed in-progress jobs.
-2024-09-20 17:47:23.602 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: ......Freed 0 acquired trigger(s).
-2024-09-20 17:47:23.602 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: ......Deleted 0 complete triggers(s).
-2024-09-20 17:47:23.603 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: ......Scheduled 0 recoverable job(s) for recovery.
-2024-09-20 17:47:23.603 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: ......Cleaned-up 0 other failed job(s).
-2024-09-20 17:47:23.605 DEBUG 22604 --- [main] o.q.i.jdbcjobstore.StdRowLockSemaphore : Lock 'TRIGGER_ACCESS' returned by: main
-2024-09-20 17:47:23.605 DEBUG 22604 --- [main] o.q.i.jdbcjobstore.StdRowLockSemaphore : Lock 'STATE_ACCESS' returned by: main
-2024-09-20 17:47:23.605 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Check-in complete.
-2024-09-20 17:47:23.606 DEBUG 22604 --- [main] o.s.s.quartz.LocalDataSourceJobStore : JobStore background threads started (as scheduler was started).
-2024-09-20 17:47:23.606 INFO 22604 --- [main] org.quartz.core.QuartzScheduler : Scheduler examScheduler_$_lang1726825641205 started.
-2024-09-20 17:47:23.606 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_MisfireHandler] o.s.s.quartz.LocalDataSourceJobStore : MisfireHandler: scanning for misfires...
-2024-09-20 17:47:23.606 DEBUG 22604 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'quartzScheduler'
-2024-09-20 17:47:23.614 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_MisfireHandler] o.s.s.quartz.LocalDataSourceJobStore : Found 0 triggers that missed their scheduled fire-time.
-2024-09-20 17:47:23.617 DEBUG 22604 --- [examScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread : batch acquisition of 0 triggers
-2024-09-20 17:47:23.619 DEBUG 22604 --- [main] ConditionEvaluationReportLoggingListener :
-
-
-============================
-CONDITIONS EVALUATION REPORT
-============================
-
-
-Positive matches:
------------------
-
- AopAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'org.springframework.context.annotation.EnableAspectJAutoProxy', 'org.aspectj.lang.annotation.Aspect', 'org.aspectj.lang.reflect.Advice', 'org.aspectj.weaver.AnnotatedElement' (OnClassCondition)
- - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition)
-
- AopAutoConfiguration.CglibAutoProxyConfiguration matched:
- - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
-
- CodecsAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.http.codec.CodecConfigurer' (OnClassCondition)
-
- CodecsAutoConfiguration.JacksonCodecConfiguration matched:
- - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
-
- CodecsAutoConfiguration.JacksonCodecConfiguration#jacksonCodecCustomizer matched:
- - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
-
- DataSourceAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
-
- DataSourceConfiguration.Generic matched:
- - @ConditionalOnProperty (spring.datasource.type) matched (OnPropertyCondition)
-
- DataSourceJmxConfiguration matched:
- - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition)
-
- DataSourceJmxConfiguration.Hikari matched:
- - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
-
- DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched:
- - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
-
- DataSourceTransactionManagerAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
-
- DataSourceTransactionManagerAutoConfiguration.DataSourceTransactionManagerConfiguration matched:
- - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
-
- DataSourceTransactionManagerAutoConfiguration.DataSourceTransactionManagerConfiguration#transactionManager matched:
- - @ConditionalOnMissingBean (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- DispatcherServletAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
- - found 'session' scope (OnWebApplicationCondition)
-
- DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
- - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition)
- - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
-
- DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched:
- - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition)
- - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition)
-
- DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched:
- - @ConditionalOnBean (names: dispatcherServlet; types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
-
- DruidDataSourceAutoConfigure matched:
- - @ConditionalOnClass found required class 'com.alibaba.druid.pool.DruidDataSource' (OnClassCondition)
-
- DruidDataSourceAutoConfigure#dataSource matched:
- - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- EmbeddedWebServerFactoryCustomizerAutoConfiguration matched:
- - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
-
- EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched:
- - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
-
- ErrorMvcAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
- - found 'session' scope (OnWebApplicationCondition)
-
- ErrorMvcAutoConfiguration#basicErrorController matched:
- - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)
-
- ErrorMvcAutoConfiguration#errorAttributes matched:
- - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)
-
- ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched:
- - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched:
- - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition)
- - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)
-
- ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched:
- - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched:
- - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- GenericCacheConfiguration matched:
- - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition)
-
- HttpEncodingAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition)
- - found 'session' scope (OnWebApplicationCondition)
- - @ConditionalOnProperty (spring.http.encoding.enabled) matched (OnPropertyCondition)
-
- HttpEncodingAutoConfiguration#characterEncodingFilter matched:
- - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- HttpMessageConvertersAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)
-
- HttpMessageConvertersAutoConfiguration#messageConverters matched:
- - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition)
-
- HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
- - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- JacksonAutoConfiguration matched:
- - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
-
- JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
-
- JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
-
- JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched:
- - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
-
- JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched:
- - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched:
- - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition)
-
- JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched:
- - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched:
- - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
- - @ConditionalOnProperty (spring.http.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition)
- - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
-
- JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched:
- - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- JdbcTemplateAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
- - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
-
- JdbcTemplateAutoConfiguration.JdbcTemplateConfiguration#jdbcTemplate matched:
- - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- JdbcTemplateAutoConfiguration.NamedParameterJdbcTemplateConfiguration#namedParameterJdbcTemplate matched:
- - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a primary bean from beans 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- JmxAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition)
- - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition)
-
- JmxAutoConfiguration#mbeanExporter matched:
- - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition)
-
- JmxAutoConfiguration#mbeanServer matched:
- - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- JmxAutoConfiguration#objectNamingStrategy matched:
- - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition)
-
- MultipartAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement' (OnClassCondition)
- - found 'session' scope (OnWebApplicationCondition)
- - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition)
-
- MultipartAutoConfiguration#multipartResolver matched:
- - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- MybatisPlusAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
- - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
-
- MybatisPlusAutoConfiguration#sqlSessionFactory matched:
- - @ConditionalOnMissingBean (types: org.apache.ibatis.session.SqlSessionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- MybatisPlusAutoConfiguration#sqlSessionTemplate matched:
- - @ConditionalOnMissingBean (types: org.mybatis.spring.SqlSessionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- MybatisPlusLanguageDriverAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.apache.ibatis.scripting.LanguageDriver' (OnClassCondition)
-
- NoOpCacheConfiguration matched:
- - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)
-
- PersistenceExceptionTranslationAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition)
-
- PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched:
- - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition)
- - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched:
- - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)
-
- QuartzAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'org.quartz.Scheduler', 'org.springframework.scheduling.quartz.SchedulerFactoryBean', 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
-
- QuartzAutoConfiguration#quartzScheduler matched:
- - @ConditionalOnMissingBean (types: org.springframework.scheduling.quartz.SchedulerFactoryBean; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- QuartzAutoConfiguration.JdbcStoreTypeConfiguration matched:
- - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
-
- QuartzAutoConfiguration.JdbcStoreTypeConfiguration#quartzDataSourceInitializer matched:
- - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- RestTemplateAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
-
- RestTemplateAutoConfiguration#restTemplateBuilder matched:
- - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ServletWebServerFactoryAutoConfiguration matched:
- - @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition)
- - found 'session' scope (OnWebApplicationCondition)
-
- ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched:
- - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition)
-
- ServletWebServerFactoryConfiguration.EmbeddedTomcat matched:
- - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
- - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)
-
- ShiroAnnotationProcessorAutoConfiguration matched:
- - @ConditionalOnProperty (shiro.annotations.enabled) matched (OnPropertyCondition)
-
- ShiroAutoConfiguration matched:
- - @ConditionalOnProperty (shiro.enabled) matched (OnPropertyCondition)
-
- ShiroBeanAutoConfiguration matched:
- - @ConditionalOnProperty (shiro.enabled) matched (OnPropertyCondition)
-
- ShiroBeanAutoConfiguration#eventBus matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.event.EventBus; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroBeanAutoConfiguration#shiroEventBusAwareBeanPostProcessor matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.spring.ShiroEventBusBeanPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration matched:
- - found 'session' scope (OnWebApplicationCondition)
- - @ConditionalOnProperty (shiro.web.enabled) matched (OnPropertyCondition)
-
- ShiroWebAutoConfiguration#authenticationStrategy matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.authc.pam.AuthenticationStrategy; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#rememberMeCookieTemplate matched:
- - @ConditionalOnMissingBean (names: rememberMeCookieTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#rememberMeManager matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.RememberMeManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#sessionCookieTemplate matched:
- - @ConditionalOnMissingBean (names: sessionCookieTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#sessionDAO matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.session.mgt.eis.SessionDAO; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#sessionFactory matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.session.mgt.SessionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#sessionStorageEvaluator matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.SessionStorageEvaluator; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#shiroFilterChainDefinition matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.spring.web.config.ShiroFilterChainDefinition; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#shiroUrlPathHelper matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.spring.web.ShiroUrlPathHelper; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#subjectDAO matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.SubjectDAO; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebAutoConfiguration#subjectFactory matched:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.SubjectFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebFilterConfiguration matched:
- - found 'session' scope (OnWebApplicationCondition)
- - @ConditionalOnProperty (shiro.web.enabled) matched (OnPropertyCondition)
-
- ShiroWebFilterConfiguration#filterShiroFilterRegistrationBean matched:
- - @ConditionalOnMissingBean (names: filterShiroFilterRegistrationBean; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebFilterConfiguration#globalFilters matched:
- - @ConditionalOnMissingBean (types: java.util.List; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ShiroWebMvcAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping' (OnClassCondition)
- - found 'session' scope (OnWebApplicationCondition)
- - @ConditionalOnProperty (shiro.web.enabled) matched (OnPropertyCondition)
-
- SimpleCacheConfiguration matched:
- - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)
-
- Swagger2DocumentationConfiguration matched:
- - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
-
- TaskExecutionAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition)
-
- TaskExecutionAutoConfiguration#taskExecutorBuilder matched:
- - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- TaskSchedulingAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
-
- TaskSchedulingAutoConfiguration#taskSchedulerBuilder matched:
- - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- TransactionAutoConfiguration matched:
- - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
-
- TransactionAutoConfiguration#platformTransactionManagerCustomizers matched:
- - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched:
- - @ConditionalOnBean (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched:
- - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
-
- TransactionAutoConfiguration.TransactionTemplateConfiguration matched:
- - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a primary bean from beans 'transactionManager' (OnBeanCondition)
-
- TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched:
- - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ValidationAutoConfiguration matched:
- - @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition)
- - @ConditionalOnResource found location classpath:META-INF/services/javax.validation.spi.ValidationProvider (OnResourceCondition)
-
- ValidationAutoConfiguration#defaultValidator matched:
- - @ConditionalOnMissingBean (types: javax.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- ValidationAutoConfiguration#methodValidationPostProcessor matched:
- - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- WebMvcAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
- - found 'session' scope (OnWebApplicationCondition)
- - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- WebMvcAutoConfiguration#formContentFilter matched:
- - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition)
- - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- WebMvcAutoConfiguration#hiddenHttpMethodFilter matched:
- - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) matched (OnPropertyCondition)
- - @ConditionalOnMissingBean (types: org.springframework.web.filter.HiddenHttpMethodFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched:
- - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched:
- - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched:
- - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver; types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
- WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration matched:
- - @ConditionalOnProperty (spring.mvc.favicon.enabled) matched (OnPropertyCondition)
-
- WebSocketServletAutoConfiguration matched:
- - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'javax.websocket.server.ServerContainer' (OnClassCondition)
- - found 'session' scope (OnWebApplicationCondition)
-
- WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched:
- - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition)
-
- WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched:
- - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
-
-
-Negative matches:
------------------
-
- ActiveMQAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)
-
- AopAutoConfiguration.JdkDynamicAutoProxyConfiguration:
- Did not match:
- - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
-
- ArtemisAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)
-
- BatchAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)
-
- CacheAutoConfiguration:
- Did not match:
- - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition)
- Matched:
- - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
-
- CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)
- - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
-
- CaffeineCacheConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition)
-
- CassandraAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)
-
- CassandraDataAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)
-
- CassandraReactiveDataAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)
-
- CassandraReactiveRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition)
-
- CassandraRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Session' (OnClassCondition)
-
- ClientHttpConnectorAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
-
- CloudServiceConnectorsAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.cloud.config.java.CloudScanConfiguration' (OnClassCondition)
-
- CouchbaseAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
-
- CouchbaseCacheConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required classes 'com.couchbase.client.java.Bucket', 'com.couchbase.client.spring.cache.CouchbaseCacheManager' (OnClassCondition)
-
- CouchbaseDataAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
-
- CouchbaseReactiveDataAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
-
- CouchbaseReactiveRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
-
- CouchbaseRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
-
- DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration:
- Did not match:
- - EmbeddedDataSource found supported pooled data source (DataSourceAutoConfiguration.EmbeddedDatabaseCondition)
-
- DataSourceAutoConfiguration.PooledDataSourceConfiguration:
- Did not match:
- - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' dataSource (OnBeanCondition)
- Matched:
- - AnyNestedCondition 2 matched 0 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) matched (DataSourceAutoConfiguration.PooledDataSourceCondition)
-
- DataSourceConfiguration.Dbcp2:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
-
- DataSourceConfiguration.Hikari:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) found different value in property 'spring.datasource.type' (OnPropertyCondition)
- Matched:
- - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
-
- DataSourceConfiguration.Tomcat:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
-
- DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition)
-
- DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
-
- DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
-
- DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver:
- Did not match:
- - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)
-
- DruidFilterConfiguration#commonsLogFilter:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.commons-log.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidFilterConfiguration#configFilter:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.config.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidFilterConfiguration#encodingConvertFilter:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.encoding.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidFilterConfiguration#log4j2Filter:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.log4j2.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidFilterConfiguration#log4jFilter:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.log4j.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidFilterConfiguration#slf4jLogFilter:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.slf4j.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidFilterConfiguration#statFilter:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.stat.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidFilterConfiguration#wallConfig:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidFilterConfiguration#wallFilter:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition)
-
- DruidSpringAopConfiguration:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.aop-patterns) did not find property 'spring.datasource.druid.aop-patterns' (OnPropertyCondition)
-
- DruidStatViewServletConfiguration:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.stat-view-servlet.enabled=true) did not find property 'spring.datasource.druid.stat-view-servlet.enabled' (OnPropertyCondition)
- Matched:
- - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
-
- DruidWebStatFilterConfiguration:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.druid.web-stat-filter.enabled=true) did not find property 'spring.datasource.druid.web-stat-filter.enabled' (OnPropertyCondition)
- Matched:
- - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
-
- EhCacheCacheConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'net.sf.ehcache.Cache' (OnClassCondition)
-
- ElasticsearchAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)
-
- ElasticsearchDataAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)
-
- ElasticsearchRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)
-
- EmbeddedLdapAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)
-
- EmbeddedMongoAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)
-
- EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition)
-
- EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition)
-
- EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
-
- ErrorWebFluxAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
-
- FlywayAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
-
- FreeMarkerAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition)
-
- GroovyTemplateAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition)
-
- GsonAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition)
-
- GsonHttpMessageConvertersConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition)
-
- H2ConsoleAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.h2.server.web.WebServlet' (OnClassCondition)
-
- HazelcastAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
-
- HazelcastCacheConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required classes 'com.hazelcast.core.HazelcastInstance', 'com.hazelcast.spring.cache.HazelcastCacheManager' (OnClassCondition)
-
- HazelcastJpaDependencyAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
-
- HibernateJpaAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.persistence.EntityManager' (OnClassCondition)
-
- HttpHandlerAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
-
- HypermediaAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.hateoas.Resource' (OnClassCondition)
-
- InfinispanCacheConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.infinispan.spring.provider.SpringEmbeddedCacheManager' (OnClassCondition)
-
- InfluxDbAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
-
- IntegrationAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition)
-
- JCacheCacheConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition)
-
- JacksonAutoConfiguration.JodaDateTimeJacksonConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required classes 'org.joda.time.DateTime', 'com.fasterxml.jackson.datatype.joda.ser.DateTimeSerializer', 'com.fasterxml.jackson.datatype.joda.cfg.JacksonJodaDateFormat' (OnClassCondition)
-
- JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition)
-
- JdbcRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.JdbcConfiguration' (OnClassCondition)
-
- JerseyAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition)
-
- JestAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'io.searchbox.client.JestClient' (OnClassCondition)
-
- JmsAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.jms.Message' (OnClassCondition)
-
- JndiConnectionFactoryAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition)
-
- JndiDataSourceAutoConfiguration:
- Did not match:
- - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition)
- Matched:
- - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
-
- JooqAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition)
-
- JpaRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition)
-
- JsonbAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition)
-
- JsonbHttpMessageConvertersConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition)
-
- JtaAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.transaction.Transaction' (OnClassCondition)
-
- KafkaAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition)
-
- LdapAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition)
-
- LdapRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition)
-
- LiquibaseAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition)
-
- MailSenderAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.activation.MimeType' (OnClassCondition)
-
- MailSenderValidatorAutoConfiguration:
- Did not match:
- - @ConditionalOnProperty (spring.mail.test-connection) did not find property 'test-connection' (OnPropertyCondition)
-
- MessageSourceAutoConfiguration:
- Did not match:
- - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
-
- MongoAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)
-
- MongoDataAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
-
- MongoReactiveAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
-
- MongoReactiveDataAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
-
- MongoReactiveRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
-
- MongoRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)
-
- MultipartAutoConfiguration#multipartConfigElement:
- Did not match:
- - @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) found beans of type 'javax.servlet.MultipartConfigElement' multipartConfigElement (OnBeanCondition)
-
- MustacheAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition)
-
- MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration:
- Did not match:
- - @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean,org.mybatis.spring.mapper.MapperScannerConfigurer; SearchStrategy: all) found beans of type 'org.mybatis.spring.mapper.MapperScannerConfigurer' com.yf.exam.config.MybatisConfig#MapperScannerRegistrar#0 (OnBeanCondition)
-
- MybatisPlusLanguageDriverAutoConfiguration.FreeMarkerConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver', 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig' (OnClassCondition)
-
- MybatisPlusLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver' (OnClassCondition)
-
- MybatisPlusLanguageDriverAutoConfiguration.ThymeleafConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriver' (OnClassCondition)
-
- MybatisPlusLanguageDriverAutoConfiguration.VelocityConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.velocity.VelocityLanguageDriver', 'org.mybatis.scripting.velocity.VelocityLanguageDriverConfig' (OnClassCondition)
-
- Neo4jDataAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.neo4j.ogm.session.SessionFactory' (OnClassCondition)
-
- Neo4jRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.neo4j.ogm.session.Neo4jSession' (OnClassCondition)
-
- OAuth2ClientAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition)
-
- OAuth2ResourceServerAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.jwt.JwtDecoder' (OnClassCondition)
-
- ProjectInfoAutoConfiguration#buildProperties:
- Did not match:
- - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)
-
- ProjectInfoAutoConfiguration#gitProperties:
- Did not match:
- - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)
-
- RabbitAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)
-
- ReactiveOAuth2ClientAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
-
- ReactiveOAuth2ResourceServerAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition)
-
- ReactiveSecurityAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
-
- ReactiveUserDetailsServiceAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition)
-
- ReactiveWebServerFactoryAutoConfiguration:
- Did not match:
- - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
-
- ReactorCoreAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
-
- RedisAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)
-
- RedisCacheConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
-
- RedisReactiveAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
-
- RedisRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)
-
- RepositoryRestMvcAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)
-
- RestClientAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition)
-
- SecurityAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)
-
- SecurityFilterAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
-
- SecurityRequestMatcherProviderAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition)
-
- SendGridAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)
-
- ServletWebServerFactoryConfiguration.EmbeddedJetty:
- Did not match:
- - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition)
-
- ServletWebServerFactoryConfiguration.EmbeddedUndertow:
- Did not match:
- - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
-
- SessionAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition)
-
- ShiroAnnotationProcessorAutoConfiguration#authorizationAttributeSourceAdvisor:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor; SearchStrategy: all) found beans of type 'org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor' authorizationAttributeSourceAdvisor (OnBeanCondition)
-
- ShiroAnnotationProcessorAutoConfiguration#defaultAdvisorAutoProxyCreator:
- Did not match:
- - @ConditionalOnMissingBean (types: org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator; SearchStrategy: all) found beans of type 'org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator' defaultAdvisorAutoProxyCreator (OnBeanCondition)
-
- ShiroAutoConfiguration#authenticationStrategy:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.authc.pam.AuthenticationStrategy; SearchStrategy: all) found beans of type 'org.apache.shiro.authc.pam.AuthenticationStrategy' authenticationStrategy (OnBeanCondition)
-
- ShiroAutoConfiguration#authenticator:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.authc.Authenticator; SearchStrategy: all) found beans of type 'org.apache.shiro.authc.Authenticator' securityManager (OnBeanCondition)
-
- ShiroAutoConfiguration#authorizer:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.authz.Authorizer; SearchStrategy: all) found beans of type 'org.apache.shiro.authz.Authorizer' securityManager, shiroRealm (OnBeanCondition)
-
- ShiroAutoConfiguration#iniClasspathRealm:
- Did not match:
- - @ConditionalOnResource did not find resource 'classpath:shiro.ini' (OnResourceCondition)
-
- ShiroAutoConfiguration#iniMetaInfClasspathRealm:
- Did not match:
- - @ConditionalOnResource did not find resource 'classpath:META-INF/shiro.ini' (OnResourceCondition)
-
- ShiroAutoConfiguration#missingRealm:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.realm.Realm; SearchStrategy: all) found beans of type 'org.apache.shiro.realm.Realm' shiroRealm (OnBeanCondition)
-
- ShiroAutoConfiguration#securityManager:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.SessionsSecurityManager; SearchStrategy: all) found beans of type 'org.apache.shiro.mgt.SessionsSecurityManager' securityManager (OnBeanCondition)
-
- ShiroAutoConfiguration#sessionDAO:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.session.mgt.eis.SessionDAO; SearchStrategy: all) found beans of type 'org.apache.shiro.session.mgt.eis.SessionDAO' sessionDAO (OnBeanCondition)
-
- ShiroAutoConfiguration#sessionFactory:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.session.mgt.SessionFactory; SearchStrategy: all) found beans of type 'org.apache.shiro.session.mgt.SessionFactory' sessionFactory (OnBeanCondition)
-
- ShiroAutoConfiguration#sessionManager:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.session.mgt.SessionManager; SearchStrategy: all) found beans of type 'org.apache.shiro.session.mgt.SessionManager' securityManager (OnBeanCondition)
-
- ShiroAutoConfiguration#sessionStorageEvaluator:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.SessionStorageEvaluator; SearchStrategy: all) found beans of type 'org.apache.shiro.mgt.SessionStorageEvaluator' sessionStorageEvaluator (OnBeanCondition)
-
- ShiroAutoConfiguration#subjectDAO:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.SubjectDAO; SearchStrategy: all) found beans of type 'org.apache.shiro.mgt.SubjectDAO' subjectDAO (OnBeanCondition)
-
- ShiroAutoConfiguration#subjectFactory:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.SubjectFactory; SearchStrategy: all) found beans of type 'org.apache.shiro.mgt.SubjectFactory' subjectFactory (OnBeanCondition)
-
- ShiroBeanAutoConfiguration#lifecycleBeanPostProcessor:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.spring.LifecycleBeanPostProcessor; SearchStrategy: all) found beans of type 'org.apache.shiro.spring.LifecycleBeanPostProcessor' lifecycleBeanPostProcessor (OnBeanCondition)
-
- ShiroWebAutoConfiguration#authenticator:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.authc.Authenticator; SearchStrategy: all) found beans of type 'org.apache.shiro.authc.Authenticator' securityManager (OnBeanCondition)
-
- ShiroWebAutoConfiguration#authorizer:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.authz.Authorizer; SearchStrategy: all) found beans of type 'org.apache.shiro.authz.Authorizer' securityManager, shiroRealm (OnBeanCondition)
-
- ShiroWebAutoConfiguration#securityManager:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.mgt.SessionsSecurityManager; SearchStrategy: all) found beans of type 'org.apache.shiro.mgt.SessionsSecurityManager' securityManager (OnBeanCondition)
-
- ShiroWebAutoConfiguration#sessionManager:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.session.mgt.SessionManager; SearchStrategy: all) found beans of type 'org.apache.shiro.session.mgt.SessionManager' securityManager (OnBeanCondition)
-
- ShiroWebFilterConfiguration#shiroFilterFactoryBean:
- Did not match:
- - @ConditionalOnMissingBean (types: org.apache.shiro.spring.web.ShiroFilterFactoryBean; SearchStrategy: all) found beans of type 'org.apache.shiro.spring.web.ShiroFilterFactoryBean' &shiroFilterFactoryBean (OnBeanCondition)
-
- SolrAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.impl.CloudSolrClient' (OnClassCondition)
-
- SolrRepositoriesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.SolrClient' (OnClassCondition)
-
- SpringApplicationAdminJmxAutoConfiguration:
- Did not match:
- - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition)
-
- SpringDataWebAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' (OnClassCondition)
-
- TaskExecutionAutoConfiguration#applicationTaskExecutor:
- Did not match:
- - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) found beans of type 'java.util.concurrent.Executor' taskScheduler, asyncExecutor (OnBeanCondition)
-
- TaskSchedulingAutoConfiguration#taskScheduler:
- Did not match:
- - @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.SchedulingConfigurer,org.springframework.scheduling.TaskScheduler,java.util.concurrent.ScheduledExecutorService; SearchStrategy: all) found beans of type 'org.springframework.scheduling.annotation.SchedulingConfigurer' scheduledConfig and found beans of type 'org.springframework.scheduling.TaskScheduler' taskScheduler (OnBeanCondition)
-
- ThymeleafAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition)
-
- TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration:
- Did not match:
- - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
-
- UserDetailsServiceAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition)
-
- WebClientAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
-
- WebFluxAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
-
- WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration:
- Did not match:
- - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
-
- WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver:
- Did not match:
- - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition)
-
- WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#localeResolver:
- Did not match:
- - @ConditionalOnProperty (spring.mvc.locale) did not find property 'locale' (OnPropertyCondition)
-
- WebServiceTemplateAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition)
-
- WebServicesAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)
-
- WebSocketMessagingAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)
-
- WebSocketReactiveAutoConfiguration:
- Did not match:
- - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
-
- WebSocketServletAutoConfiguration.JettyWebSocketConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition)
-
- WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition)
-
- XADataSourceAutoConfiguration:
- Did not match:
- - @ConditionalOnClass did not find required class 'javax.transaction.TransactionManager' (OnClassCondition)
-
-
-Exclusions:
------------
-
- None
-
-
-Unconditional classes:
-----------------------
-
- org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
-
- org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
-
- org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
-
-
-
-2024-09-20 17:47:23.650 DEBUG 22604 --- [http-nio-8101-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8101-Acceptor-0] latch=0
-2024-09-20 17:47:23.654 INFO 22604 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8101 (http) with context path ''
-2024-09-20 17:47:23.656 INFO 22604 --- [main] com.yf.exam.ExamApplication : Started ExamApplication in 11.195 seconds (JVM running for 11.609)
-2024-09-20 17:47:23.658 DEBUG 22604 --- [main] o.s.c.e.PropertySourcesPropertyResolver : Found key 'server.port' in PropertySource 'configurationProperties' with value of type Integer
-2024-09-20 17:47:23.659 INFO 22604 --- [main] com.yf.exam.ExamApplication :
-----------------------------------------------------------
- Ʒϵͳɹ·:
- ·: http://localhost:8101/
- ַ: http://172.17.105.135:8101/
- APIĵ: http://172.17.105.135:8101/doc.html
-----------------------------------------------------------
-2024-09-20 17:47:27.165 DEBUG 22604 --- [http-nio-8101-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8101-Acceptor-0] latch=1
-2024-09-20 17:47:27.165 DEBUG 22604 --- [http-nio-8101-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8101-Acceptor-0] latch=2
-2024-09-20 17:47:27.181 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8101",name=HttpRequest1
-2024-09-20 17:47:27.181 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
-2024-09-20 17:47:27.182 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.modeler.Registry : Introspecting
-2024-09-20 17:47:27.182 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute virtualHost public java.lang.String org.apache.coyote.RequestInfo.getVirtualHost() null
-2024-09-20 17:47:27.182 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bytesSent public long org.apache.coyote.RequestInfo.getBytesSent() public void org.apache.coyote.RequestInfo.setBytesSent(long)
-2024-09-20 17:47:27.182 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute method public java.lang.String org.apache.coyote.RequestInfo.getMethod() null
-2024-09-20 17:47:27.182 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute remoteAddr public java.lang.String org.apache.coyote.RequestInfo.getRemoteAddr() null
-2024-09-20 17:47:27.182 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestBytesSent public long org.apache.coyote.RequestInfo.getRequestBytesSent() null
-2024-09-20 17:47:27.182 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute rpName public javax.management.ObjectName org.apache.coyote.RequestInfo.getRpName() public void org.apache.coyote.RequestInfo.setRpName(javax.management.ObjectName)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute contentLength public int org.apache.coyote.RequestInfo.getContentLength() null
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute workerThreadName public java.lang.String org.apache.coyote.RequestInfo.getWorkerThreadName() public void org.apache.coyote.RequestInfo.setWorkerThreadName(java.lang.String)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bytesReceived public long org.apache.coyote.RequestInfo.getBytesReceived() public void org.apache.coyote.RequestInfo.setBytesReceived(long)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestProcessingTime public long org.apache.coyote.RequestInfo.getRequestProcessingTime() null
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute globalProcessor public org.apache.coyote.RequestGroupInfo org.apache.coyote.RequestInfo.getGlobalProcessor() public void org.apache.coyote.RequestInfo.setGlobalProcessor(org.apache.coyote.RequestGroupInfo)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute remoteAddrForwarded public java.lang.String org.apache.coyote.RequestInfo.getRemoteAddrForwarded() null
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute protocol public java.lang.String org.apache.coyote.RequestInfo.getProtocol() null
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute currentQueryString public java.lang.String org.apache.coyote.RequestInfo.getCurrentQueryString() null
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxRequestUri public java.lang.String org.apache.coyote.RequestInfo.getMaxRequestUri() public void org.apache.coyote.RequestInfo.setMaxRequestUri(java.lang.String)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestBytesReceived public long org.apache.coyote.RequestInfo.getRequestBytesReceived() null
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute serverPort public int org.apache.coyote.RequestInfo.getServerPort() null
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stage public int org.apache.coyote.RequestInfo.getStage() public void org.apache.coyote.RequestInfo.setStage(int)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestCount public int org.apache.coyote.RequestInfo.getRequestCount() public void org.apache.coyote.RequestInfo.setRequestCount(int)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxTime public long org.apache.coyote.RequestInfo.getMaxTime() public void org.apache.coyote.RequestInfo.setMaxTime(long)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processingTime public long org.apache.coyote.RequestInfo.getProcessingTime() public void org.apache.coyote.RequestInfo.setProcessingTime(long)
-2024-09-20 17:47:27.183 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute currentUri public java.lang.String org.apache.coyote.RequestInfo.getCurrentUri() null
-2024-09-20 17:47:27.184 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute lastRequestProcessingTime public long org.apache.coyote.RequestInfo.getLastRequestProcessingTime() public void org.apache.coyote.RequestInfo.setLastRequestProcessingTime(long)
-2024-09-20 17:47:27.184 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute errorCount public int org.apache.coyote.RequestInfo.getErrorCount() public void org.apache.coyote.RequestInfo.setErrorCount(int)
-2024-09-20 17:47:27.184 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.coyote.RequestInfo
-2024-09-20 17:47:27.184 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@508c2c88 Tomcat:type=RequestProcessor,worker="http-nio-8101",name=HttpRequest1
-2024-09-20 17:47:27.185 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read from buffer: [0]
-2024-09-20 17:47:27.185 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read direct from socket: [901]
-2024-09-20 17:47:27.186 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET / HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-sec-ch-ua-platform: "Windows"
-Upgrade-Insecure-Requests: 1
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
-Sec-Fetch-Site: none
-Sec-Fetch-Mode: navigate
-Sec-Fetch-User: ?1
-Sec-Fetch-Dest: document
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-
-]
-2024-09-20 17:47:27.192 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
-2024-09-20 17:47:27.193 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:27.196 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /
-2024-09-20 17:47:27.197 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:27.200 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.a.jaspic.AuthConfigFactoryImpl : Loading persistent provider registrations from [C:\Users\\AppData\Local\Temp\tomcat.8362234247744766761.8101\conf\jaspic-providers.xml]
-2024-09-20 17:47:27.200 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:27.201 INFO 22604 --- [http-nio-8101-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
-2024-09-20 17:47:27.201 INFO 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
-2024-09-20 17:47:27.202 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : Detected StandardServletMultipartResolver
-2024-09-20 17:47:27.209 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
-2024-09-20 17:47:27.210 INFO 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
-2024-09-20 17:47:27.231 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:27.231 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : GET "/", parameters={}
-2024-09-20 17:47:27.233 DEBUG 22604 --- [http-nio-8101-exec-2] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /
-2024-09-20 17:47:27.237 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.b.a.w.s.WelcomePageHandlerMapping : Mapped to ParameterizableViewController [view="forward:index.html"]
-2024-09-20 17:47:27.241 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.7, */*;q=0.8]
-2024-09-20 17:47:27.241 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.w.servlet.view.InternalResourceView : View name 'forward:', model {}
-2024-09-20 17:47:27.242 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.w.servlet.view.InternalResourceView : Forwarding to [index.html]
-2024-09-20 17:47:27.244 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : "FORWARD" dispatch for GET "/index.html", parameters={}
-2024-09-20 17:47:27.245 DEBUG 22604 --- [http-nio-8101-exec-2] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /index.html
-2024-09-20 17:47:27.246 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:27.257 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.http11.filters.GzipOutputFilter : Flushing the compression stream!
-2024-09-20 17:47:27.258 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.http11.filters.GzipOutputFilter : Flushing the compression stream!
-2024-09-20 17:47:27.258 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : Exiting from "FORWARD" dispatch, status 200
-2024-09-20 17:47:27.259 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
-2024-09-20 17:47:27.260 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK
-2024-09-20 17:47:27.260 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read from buffer: [0]
-2024-09-20 17:47:27.260 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read direct from socket: [0]
-2024-09-20 17:47:27.261 DEBUG 22604 --- [http-nio-8101-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:27.315 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read from buffer: [0]
-2024-09-20 17:47:27.315 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read direct from socket: [837]
-2024-09-20 17:47:27.316 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/js/runtime.js HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: */*
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: script
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:27.316 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:27.316 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/js/runtime.js
-2024-09-20 17:47:27.316 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:27.317 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:27.317 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:27.318 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.web.servlet.DispatcherServlet : GET "/static/js/runtime.js", parameters={}
-2024-09-20 17:47:27.318 DEBUG 22604 --- [http-nio-8101-exec-1] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/js/runtime.js
-2024-09-20 17:47:27.319 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:27.322 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:27.323 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read from buffer: [0]
-2024-09-20 17:47:27.323 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read direct from socket: [0]
-2024-09-20 17:47:27.323 DEBUG 22604 --- [http-nio-8101-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:27.329 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read from buffer: [0]
-2024-09-20 17:47:27.329 DEBUG 22604 --- [http-nio-8101-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8101-Acceptor-0] latch=3
-2024-09-20 17:47:27.329 DEBUG 22604 --- [http-nio-8101-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read direct from socket: [845]
-2024-09-20 17:47:27.329 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8101",name=HttpRequest2
-2024-09-20 17:47:27.329 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/js/chunk-elementUI.js HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: */*
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: script
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:27.330 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@17c35049 Tomcat:type=RequestProcessor,worker="http-nio-8101",name=HttpRequest2
-2024-09-20 17:47:27.330 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:27.330 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8101",name=HttpRequest3
-2024-09-20 17:47:27.330 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read from buffer: [0]
-2024-09-20 17:47:27.331 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/js/chunk-elementUI.js
-2024-09-20 17:47:27.331 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@33567ecb Tomcat:type=RequestProcessor,worker="http-nio-8101",name=HttpRequest3
-2024-09-20 17:47:27.331 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read direct from socket: [840]
-2024-09-20 17:47:27.331 DEBUG 22604 --- [http-nio-8101-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:27.331 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:27.331 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/js/chunk-libs.js HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: */*
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: script
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:27.331 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:27.331 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [833]
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/js/app.js HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: */*
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: script
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/js/chunk-libs.js
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-7] o.s.web.servlet.DispatcherServlet : GET "/static/js/chunk-elementUI.js", parameters={}
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-7] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/js/chunk-elementUI.js
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:27.332 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:27.334 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/js/app.js
-2024-09-20 17:47:27.334 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:27.334 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:27.334 DEBUG 22604 --- [http-nio-8101-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:27.335 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:27.336 DEBUG 22604 --- [http-nio-8101-exec-10] o.s.web.servlet.DispatcherServlet : GET "/static/js/chunk-libs.js", parameters={}
-2024-09-20 17:47:27.336 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:27.336 DEBUG 22604 --- [http-nio-8101-exec-10] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/js/chunk-libs.js
-2024-09-20 17:47:27.336 DEBUG 22604 --- [http-nio-8101-exec-5] o.s.web.servlet.DispatcherServlet : GET "/static/js/app.js", parameters={}
-2024-09-20 17:47:27.336 DEBUG 22604 --- [http-nio-8101-exec-7] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:27.336 DEBUG 22604 --- [http-nio-8101-exec-5] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/js/app.js
-2024-09-20 17:47:27.338 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read from buffer: [0]
-2024-09-20 17:47:27.338 DEBUG 22604 --- [http-nio-8101-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:27.338 DEBUG 22604 --- [http-nio-8101-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read direct from socket: [0]
-2024-09-20 17:47:27.339 DEBUG 22604 --- [http-nio-8101-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:27.340 DEBUG 22604 --- [http-nio-8101-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:27.340 DEBUG 22604 --- [http-nio-8101-exec-10] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:27.342 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read from buffer: [0]
-2024-09-20 17:47:27.342 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read direct from socket: [0]
-2024-09-20 17:47:27.342 DEBUG 22604 --- [http-nio-8101-exec-5] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:27.342 DEBUG 22604 --- [http-nio-8101-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:27.343 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:27.343 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:27.344 DEBUG 22604 --- [http-nio-8101-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:27.765 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:27.765 DEBUG 22604 --- [http-nio-8101-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [913]
-2024-09-20 17:47:27.765 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [POST /exam/api/sys/config/detail HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-Content-Length: 10
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-Accept: application/json, text/plain, */*
-Content-Type: application/json
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Origin: http://localhost:8101
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: cors
-Sec-Fetch-Dest: empty
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-
-{"id":"1"}]
-2024-09-20 17:47:27.766 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:27.766 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /exam/api/sys/config/detail
-2024-09-20 17:47:27.767 DEBUG 22604 --- [http-nio-8101-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:27.767 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:27.771 DEBUG 22604 --- [http-nio-8101-exec-6] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:27.771 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read from buffer: [0]
-2024-09-20 17:47:27.772 DEBUG 22604 --- [http-nio-8101-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read direct from socket: [877]
-2024-09-20 17:47:27.772 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [GET /favicon.png HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: image
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:27.772 DEBUG 22604 --- [http-nio-8101-exec-6] o.s.web.servlet.DispatcherServlet : POST "/exam/api/sys/config/detail", parameters={}
-2024-09-20 17:47:27.773 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:27.773 DEBUG 22604 --- [http-nio-8101-exec-6] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /exam/api/sys/config/detail
-2024-09-20 17:47:27.773 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /favicon.png
-2024-09-20 17:47:27.774 DEBUG 22604 --- [http-nio-8101-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:27.774 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:27.775 DEBUG 22604 --- [http-nio-8101-exec-6] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.yf.exam.core.api.ApiRest com.yf.exam.modules.sys.config.controller.SysConfigController.find()
-2024-09-20 17:47:27.776 DEBUG 22604 --- [http-nio-8101-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:27.777 DEBUG 22604 --- [http-nio-8101-exec-3] o.s.web.servlet.DispatcherServlet : GET "/favicon.png", parameters={}
-2024-09-20 17:47:27.777 DEBUG 22604 --- [http-nio-8101-exec-3] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /favicon.png
-2024-09-20 17:47:27.780 DEBUG 22604 --- [http-nio-8101-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:27.781 DEBUG 22604 --- [http-nio-8101-exec-3] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:27.783 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read from buffer: [0]
-2024-09-20 17:47:27.783 DEBUG 22604 --- [http-nio-8101-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read direct from socket: [0]
-2024-09-20 17:47:27.784 DEBUG 22604 --- [http-nio-8101-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:27.807 DEBUG 22604 --- [http-nio-8101-exec-6] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
-2024-09-20 17:47:27.814 DEBUG 22604 --- [http-nio-8101-exec-6] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5945cedd] was not registered for synchronization because synchronization is not active
-2024-09-20 17:47:27.829 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : findClass(java.util.MapBeanInfo)
-2024-09-20 17:47:27.831 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:27.831 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : findClass(java.util.MapCustomizer)
-2024-09-20 17:47:27.832 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:27.847 DEBUG 22604 --- [http-nio-8101-exec-6] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:27.848 DEBUG 22604 --- [http-nio-8101-exec-6] o.m.s.t.SpringManagedTransaction : JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1f029e15] will not be managed by Spring
-2024-09-20 17:47:27.856 DEBUG 22604 --- [http-nio-8101-exec-6] c.y.e.m.s.c.m.S.selectList : ==> Preparing: SELECT id,site_name,front_logo,back_logo,copy_right FROM sys_config LIMIT 1
-2024-09-20 17:47:27.866 DEBUG 22604 --- [http-nio-8101-exec-6] c.y.e.m.s.c.m.S.selectList : ==> Parameters:
-2024-09-20 17:47:27.880 DEBUG 22604 --- [http-nio-8101-exec-6] c.y.e.m.s.c.m.S.selectList : <== Total: 1
-2024-09-20 17:47:27.881 DEBUG 22604 --- [http-nio-8101-exec-6] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5945cedd]
-2024-09-20 17:47:27.886 INFO 22604 --- [http-nio-8101-exec-6] org.dozer.config.GlobalSettings : Trying to find Dozer configuration file: dozer.properties
-2024-09-20 17:47:27.887 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : getResource(dozer.properties)
-2024-09-20 17:47:27.887 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : Delegating to parent classloader org.springframework.boot.loader.LaunchedURLClassLoader@c038203
-2024-09-20 17:47:27.887 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Resource not found, returning null
-2024-09-20 17:47:27.890 WARN 22604 --- [http-nio-8101-exec-6] org.dozer.config.GlobalSettings : Dozer configuration file not found: dozer.properties. Using defaults for all Dozer global properties.
-2024-09-20 17:47:27.891 INFO 22604 --- [http-nio-8101-exec-6] org.dozer.DozerInitializer : Initializing Dozer. Version: 5.5.0, Thread Name: http-nio-8101-exec-6
-2024-09-20 17:47:27.893 INFO 22604 --- [http-nio-8101-exec-6] org.dozer.jmx.JMXPlatformImpl : Dozer JMX MBean [org.dozer.jmx:type=DozerStatisticsController] auto registered with the Platform MBean Server
-2024-09-20 17:47:27.894 INFO 22604 --- [http-nio-8101-exec-6] org.dozer.jmx.JMXPlatformImpl : Dozer JMX MBean [org.dozer.jmx:type=DozerAdminController] auto registered with the Platform MBean Server
-2024-09-20 17:47:27.895 INFO 22604 --- [http-nio-8101-exec-6] org.dozer.DozerBeanMapper : Initializing a new instance of dozer bean mapper.
-2024-09-20 17:47:27.919 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BooleanConverter : Setting default value: false
-2024-09-20 17:47:27.919 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BooleanConverter : Converting 'Boolean' value 'false' to type 'Boolean'
-2024-09-20 17:47:27.920 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BooleanConverter : No conversion required, value is already a Boolean
-2024-09-20 17:47:27.920 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ByteConverter : Setting default value: 0
-2024-09-20 17:47:27.920 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ByteConverter : Converting 'Integer' value '0' to type 'Byte'
-2024-09-20 17:47:27.920 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ByteConverter : Converted to Byte value '0'
-2024-09-20 17:47:27.920 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.CharacterConverter : Setting default value:
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.CharacterConverter : Converting 'Character' value ' ' to type 'Character'
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.CharacterConverter : No conversion required, value is already a Character
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.DoubleConverter : Setting default value: 0
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.DoubleConverter : Converting 'Integer' value '0' to type 'Double'
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.DoubleConverter : Converted to Double value '0.0'
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.FloatConverter : Setting default value: 0
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.FloatConverter : Converting 'Integer' value '0' to type 'Float'
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.FloatConverter : Converted to Float value '0.0'
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.IntegerConverter : Setting default value: 0
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.IntegerConverter : Converting 'Integer' value '0' to type 'Integer'
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.IntegerConverter : No conversion required, value is already a Integer
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.LongConverter : Setting default value: 0
-2024-09-20 17:47:27.921 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.LongConverter : Converting 'Integer' value '0' to type 'Long'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.LongConverter : Converted to Long value '0'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ShortConverter : Setting default value: 0
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ShortConverter : Converting 'Integer' value '0' to type 'Short'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ShortConverter : Converted to Short value '0'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BigDecimalConverter : Setting default value: 0.0
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BigDecimalConverter : Converting 'BigDecimal' value '0.0' to type 'BigDecimal'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BigDecimalConverter : No conversion required, value is already a BigDecimal
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BigIntegerConverter : Setting default value: 0
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BigIntegerConverter : Converting 'BigInteger' value '0' to type 'BigInteger'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BigIntegerConverter : No conversion required, value is already a BigInteger
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BooleanConverter : Setting default value: false
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BooleanConverter : Converting 'Boolean' value 'false' to type 'Boolean'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.BooleanConverter : No conversion required, value is already a Boolean
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ByteConverter : Setting default value: 0
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ByteConverter : Converting 'Integer' value '0' to type 'Byte'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ByteConverter : Converted to Byte value '0'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.CharacterConverter : Setting default value:
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.CharacterConverter : Converting 'Character' value ' ' to type 'Character'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.CharacterConverter : No conversion required, value is already a Character
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.DoubleConverter : Setting default value: 0
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.DoubleConverter : Converting 'Integer' value '0' to type 'Double'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.DoubleConverter : Converted to Double value '0.0'
-2024-09-20 17:47:27.922 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.FloatConverter : Setting default value: 0
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.FloatConverter : Converting 'Integer' value '0' to type 'Float'
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.FloatConverter : Converted to Float value '0.0'
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.IntegerConverter : Setting default value: 0
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.IntegerConverter : Converting 'Integer' value '0' to type 'Integer'
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.IntegerConverter : No conversion required, value is already a Integer
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.LongConverter : Setting default value: 0
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.LongConverter : Converting 'Integer' value '0' to type 'Long'
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.LongConverter : Converted to Long value '0'
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ShortConverter : Setting default value: 0
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ShortConverter : Converting 'Integer' value '0' to type 'Short'
-2024-09-20 17:47:27.924 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ShortConverter : Converted to Short value '0'
-2024-09-20 17:47:27.925 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.StringConverter : Setting default value:
-2024-09-20 17:47:27.925 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.StringConverter : Converting 'String' value '' to type 'String'
-2024-09-20 17:47:27.927 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Z@32ca401
-2024-09-20 17:47:27.927 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'boolean[]' value '[Z@32ca401' to type 'boolean[]'
-2024-09-20 17:47:27.927 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a boolean[]
-2024-09-20 17:47:27.927 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [B@6b85fa6f
-2024-09-20 17:47:27.927 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'byte[]' value '[B@6b85fa6f' to type 'byte[]'
-2024-09-20 17:47:27.927 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a byte[]
-2024-09-20 17:47:27.927 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [C@4682f9e9
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'char[]' value '[C@4682f9e9' to type 'char[]'
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a char[]
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [D@30a22373
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'double[]' value '[D@30a22373' to type 'double[]'
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a double[]
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [F@56c885ca
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'float[]' value '[F@56c885ca' to type 'float[]'
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a float[]
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [I@12da5bfe
-2024-09-20 17:47:27.928 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'int[]' value '[I@12da5bfe' to type 'int[]'
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a int[]
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [J@4346a5fd
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'long[]' value '[J@4346a5fd' to type 'long[]'
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a long[]
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [S@62debf5d
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'short[]' value '[S@62debf5d' to type 'short[]'
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a short[]
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.math.BigDecimal;@702a9019
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'BigDecimal[]' value '[Ljava.math.BigDecimal;@702a9019' to type 'BigDecimal[]'
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a BigDecimal[]
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.math.BigInteger;@30ef2049
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'BigInteger[]' value '[Ljava.math.BigInteger;@30ef2049' to type 'BigInteger[]'
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a BigInteger[]
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Boolean;@467002e4
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Boolean[]' value '[Ljava.lang.Boolean;@467002e4' to type 'Boolean[]'
-2024-09-20 17:47:27.929 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Boolean[]
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Byte;@51436920
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Byte[]' value '[Ljava.lang.Byte;@51436920' to type 'Byte[]'
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Byte[]
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Character;@754d8149
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Character[]' value '[Ljava.lang.Character;@754d8149' to type 'Character[]'
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Character[]
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Double;@3ce90ac1
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Double[]' value '[Ljava.lang.Double;@3ce90ac1' to type 'Double[]'
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Double[]
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Float;@7ac8489a
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Float[]' value '[Ljava.lang.Float;@7ac8489a' to type 'Float[]'
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Float[]
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Integer;@3008248a
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Integer[]' value '[Ljava.lang.Integer;@3008248a' to type 'Integer[]'
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Integer[]
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Long;@2956bc0b
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Long[]' value '[Ljava.lang.Long;@2956bc0b' to type 'Long[]'
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Long[]
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Short;@5d9d14e2
-2024-09-20 17:47:27.930 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Short[]' value '[Ljava.lang.Short;@5d9d14e2' to type 'Short[]'
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Short[]
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.String;@65291b53
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'String[]' value '[Ljava.lang.String;@65291b53' to type 'String[]'
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a String[]
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.lang.Class;@14f45f08
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Class[]' value '[Ljava.lang.Class;@14f45f08' to type 'Class[]'
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Class[]
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.util.Date;@85e0f79
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Date[]' value '[Ljava.util.Date;@85e0f79' to type 'Date[]'
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Date[]
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.util.Calendar;@100f47ee
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'Calendar[]' value '[Ljava.util.Calendar;@100f47ee' to type 'Calendar[]'
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a Calendar[]
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.io.File;@5e68a090
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'java.io.File[]' value '[Ljava.io.File;@5e68a090' to type 'java.io.File[]'
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a java.io.File[]
-2024-09-20 17:47:27.931 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.sql.Date;@d3f4c1
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'java.sql.Date[]' value '[Ljava.sql.Date;@d3f4c1' to type 'java.sql.Date[]'
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a java.sql.Date[]
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.sql.Time;@172aad8e
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'java.sql.Time[]' value '[Ljava.sql.Time;@172aad8e' to type 'java.sql.Time[]'
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a java.sql.Time[]
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.sql.Timestamp;@2d9eed67
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'java.sql.Timestamp[]' value '[Ljava.sql.Timestamp;@2d9eed67' to type 'java.sql.Timestamp[]'
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a java.sql.Timestamp[]
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Setting default value: [Ljava.net.URL;@c217a3e
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : Converting 'java.net.URL[]' value '[Ljava.net.URL;@c217a3e' to type 'java.net.URL[]'
-2024-09-20 17:47:27.932 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.b.converters.ArrayConverter : No conversion required, value is already a java.net.URL[]
-2024-09-20 17:47:27.935 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : findClass(com.yf.exam.modules.sys.config.entity.SysConfigBeanInfo)
-2024-09-20 17:47:27.936 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:27.937 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : findClass(com.baomidou.mybatisplus.extension.activerecord.ModelBeanInfo)
-2024-09-20 17:47:27.938 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:27.938 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : findClass(com.baomidou.mybatisplus.extension.activerecord.ModelCustomizer)
-2024-09-20 17:47:27.940 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:27.941 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : findClass(com.yf.exam.modules.sys.config.entity.SysConfigCustomizer)
-2024-09-20 17:47:27.942 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:27.943 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : findClass(com.yf.exam.modules.sys.config.dto.SysConfigDTOBeanInfo)
-2024-09-20 17:47:27.945 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:27.945 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : findClass(com.yf.exam.modules.sys.config.dto.SysConfigDTOCustomizer)
-2024-09-20 17:47:27.946 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:27.951 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysConfigDTO, Dest value: null
-2024-09-20 17:47:27.951 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.MappingProcessor : MAPPED: SysConfig.backLogo --> SysConfigDTO.backLogo VALUES: NULL --> NULL MAPID:
-2024-09-20 17:47:27.953 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysConfigDTO, Dest value: null
-2024-09-20 17:47:27.953 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.MappingProcessor : MAPPED: SysConfig.copyRight --> SysConfigDTO.copyRight VALUES: NULL --> NULL MAPID:
-2024-09-20 17:47:27.954 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysConfigDTO, Dest value: Ʒѵϵͳ
-2024-09-20 17:47:27.954 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.MappingProcessor : MAPPED: SysConfig.siteName --> SysConfigDTO.siteName VALUES: Ʒѵϵͳ --> Ʒѵϵͳ MAPID:
-2024-09-20 17:47:27.954 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysConfigDTO, Dest value: 1
-2024-09-20 17:47:27.954 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.MappingProcessor : MAPPED: SysConfig.id --> SysConfigDTO.id VALUES: 1 --> 1 MAPID:
-2024-09-20 17:47:27.954 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysConfigDTO, Dest value: null
-2024-09-20 17:47:27.954 DEBUG 22604 --- [http-nio-8101-exec-6] org.dozer.MappingProcessor : MAPPED: SysConfig.frontLogo --> SysConfigDTO.frontLogo VALUES: NULL --> NULL MAPID:
-2024-09-20 17:47:28.008 DEBUG 22604 --- [http-nio-8101-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json;charset=UTF-8', given [application/json, text/plain, */*] and supported [application/json;charset=UTF-8, application/json, application/*+json, application/json, application/*+json]
-2024-09-20 17:47:28.012 DEBUG 22604 --- [http-nio-8101-exec-6] m.m.a.RequestResponseBodyMethodProcessor : Writing [ApiRest(msg=ɹ, code=0, data={"siteName":"Ʒѵϵͳ","id":"1"})]
-2024-09-20 17:47:28.020 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.c.http11.filters.GzipOutputFilter : Flushing the compression stream!
-2024-09-20 17:47:28.020 DEBUG 22604 --- [http-nio-8101-exec-6] o.s.web.servlet.DispatcherServlet : Completed 200 OK
-2024-09-20 17:47:28.021 DEBUG 22604 --- [http-nio-8101-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:28.021 DEBUG 22604 --- [http-nio-8101-exec-6] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:28.021 DEBUG 22604 --- [http-nio-8101-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:28.042 DEBUG 22604 --- [http-nio-8101-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:28.042 DEBUG 22604 --- [http-nio-8101-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [832]
-2024-09-20 17:47:28.043 DEBUG 22604 --- [http-nio-8101-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/js/25.js HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: */*
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: script
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:28.043 DEBUG 22604 --- [http-nio-8101-exec-8] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:28.044 DEBUG 22604 --- [http-nio-8101-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/js/25.js
-2024-09-20 17:47:28.044 DEBUG 22604 --- [http-nio-8101-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:28.044 DEBUG 22604 --- [http-nio-8101-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:28.046 DEBUG 22604 --- [http-nio-8101-exec-8] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:28.046 DEBUG 22604 --- [http-nio-8101-exec-8] o.s.web.servlet.DispatcherServlet : GET "/static/js/25.js", parameters={}
-2024-09-20 17:47:28.046 DEBUG 22604 --- [http-nio-8101-exec-8] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/js/25.js
-2024-09-20 17:47:28.046 DEBUG 22604 --- [http-nio-8101-exec-8] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:28.047 DEBUG 22604 --- [http-nio-8101-exec-8] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:28.048 DEBUG 22604 --- [http-nio-8101-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:28.048 DEBUG 22604 --- [http-nio-8101-exec-8] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:28.048 DEBUG 22604 --- [http-nio-8101-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:28.068 DEBUG 22604 --- [http-nio-8101-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:28.069 DEBUG 22604 --- [http-nio-8101-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [898]
-2024-09-20 17:47:28.069 DEBUG 22604 --- [http-nio-8101-exec-9] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/img/login-bg.5825f033.svg HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: image
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:28.070 DEBUG 22604 --- [http-nio-8101-exec-9] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:28.070 DEBUG 22604 --- [http-nio-8101-exec-9] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/img/login-bg.5825f033.svg
-2024-09-20 17:47:28.071 DEBUG 22604 --- [http-nio-8101-exec-9] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:28.071 DEBUG 22604 --- [http-nio-8101-exec-9] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:28.071 DEBUG 22604 --- [http-nio-8101-exec-9] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:28.071 DEBUG 22604 --- [http-nio-8101-exec-9] o.s.web.servlet.DispatcherServlet : GET "/static/img/login-bg.5825f033.svg", parameters={}
-2024-09-20 17:47:28.071 DEBUG 22604 --- [http-nio-8101-exec-9] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/img/login-bg.5825f033.svg
-2024-09-20 17:47:28.073 DEBUG 22604 --- [http-nio-8101-exec-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:28.075 DEBUG 22604 --- [http-nio-8101-exec-9] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:28.075 DEBUG 22604 --- [http-nio-8101-exec-9] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:28.076 DEBUG 22604 --- [http-nio-8101-exec-9] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:28.076 DEBUG 22604 --- [http-nio-8101-exec-9] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:28.081 DEBUG 22604 --- [http-nio-8101-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:28.082 DEBUG 22604 --- [http-nio-8101-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [883]
-2024-09-20 17:47:28.082 DEBUG 22604 --- [http-nio-8101-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/fonts/element-icons.535877f5.woff HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-Origin: http://localhost:8101
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: */*
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: cors
-Sec-Fetch-Dest: font
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:28.082 DEBUG 22604 --- [http-nio-8101-exec-4] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:28.083 DEBUG 22604 --- [http-nio-8101-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/fonts/element-icons.535877f5.woff
-2024-09-20 17:47:28.083 DEBUG 22604 --- [http-nio-8101-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:28.083 DEBUG 22604 --- [http-nio-8101-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:28.084 DEBUG 22604 --- [http-nio-8101-exec-4] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:28.084 DEBUG 22604 --- [http-nio-8101-exec-4] o.s.web.servlet.DispatcherServlet : GET "/static/fonts/element-icons.535877f5.woff", parameters={}
-2024-09-20 17:47:28.084 DEBUG 22604 --- [http-nio-8101-exec-4] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/fonts/element-icons.535877f5.woff
-2024-09-20 17:47:28.086 DEBUG 22604 --- [http-nio-8101-exec-4] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:28.087 DEBUG 22604 --- [http-nio-8101-exec-4] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:28.088 DEBUG 22604 --- [http-nio-8101-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:28.088 DEBUG 22604 --- [http-nio-8101-exec-4] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:28.088 DEBUG 22604 --- [http-nio-8101-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:29.937 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:29.937 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [939]
-2024-09-20 17:47:29.938 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [POST /exam/api/sys/user/login HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-Content-Length: 39
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-Accept: application/json, text/plain, */*
-Content-Type: application/json
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Origin: http://localhost:8101
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: cors
-Sec-Fetch-Dest: empty
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-
-{"username":"admin","password":"admin"}]
-2024-09-20 17:47:29.938 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w
-2024-09-20 17:47:29.939 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /exam/api/sys/user/login
-2024-09-20 17:47:29.939 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:29.939 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:29.940 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:29.940 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : POST "/exam/api/sys/user/login", parameters={}
-2024-09-20 17:47:29.941 DEBUG 22604 --- [http-nio-8101-exec-2] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /exam/api/sys/user/login
-2024-09-20 17:47:29.941 DEBUG 22604 --- [http-nio-8101-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.yf.exam.core.api.ApiRest com.yf.exam.modules.sys.user.controller.SysUserController.login(com.yf.exam.modules.sys.user.dto.request.SysUserLoginReqDTO)
-2024-09-20 17:47:29.951 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Read "application/json;charset=UTF-8" to [SysUserLoginReqDTO(username=admin, password=admin)]
-2024-09-20 17:47:29.968 DEBUG 22604 --- [http-nio-8101-exec-2] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
-2024-09-20 17:47:29.968 DEBUG 22604 --- [http-nio-8101-exec-2] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@557efdb2] was not registered for synchronization because synchronization is not active
-2024-09-20 17:47:29.981 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:29.981 DEBUG 22604 --- [http-nio-8101-exec-2] o.m.s.t.SpringManagedTransaction : JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1f029e15] will not be managed by Spring
-2024-09-20 17:47:29.981 DEBUG 22604 --- [http-nio-8101-exec-2] c.y.e.m.s.u.m.SysUserMapper.selectList : ==> Preparing: SELECT id,user_name,real_name,password,salt,role_ids,depart_id,create_time,update_time,state FROM sys_user WHERE (user_name = ?)
-2024-09-20 17:47:29.982 DEBUG 22604 --- [http-nio-8101-exec-2] c.y.e.m.s.u.m.SysUserMapper.selectList : ==> Parameters: admin(String)
-2024-09-20 17:47:29.983 DEBUG 22604 --- [http-nio-8101-exec-2] c.y.e.m.s.u.m.SysUserMapper.selectList : <== Total: 1
-2024-09-20 17:47:29.984 DEBUG 22604 --- [http-nio-8101-exec-2] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@557efdb2]
-2024-09-20 17:47:29.986 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.loader.WebappClassLoaderBase : findClass(com.yf.exam.modules.sys.user.entity.SysUserBeanInfo)
-2024-09-20 17:47:29.989 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:29.989 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.loader.WebappClassLoaderBase : findClass(com.yf.exam.modules.sys.user.entity.SysUserCustomizer)
-2024-09-20 17:47:29.990 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:29.992 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.loader.WebappClassLoaderBase : findClass(com.yf.exam.modules.sys.user.dto.response.SysUserLoginDTOBeanInfo)
-2024-09-20 17:47:29.993 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:29.993 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.loader.WebappClassLoaderBase : findClass(com.yf.exam.modules.sys.user.dto.response.SysUserLoginDTOCustomizer)
-2024-09-20 17:47:29.994 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
-2024-09-20 17:47:29.996 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: A
-2024-09-20 17:47:29.996 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.MappingProcessor : MAPPED: SysUser.realName --> SysUserLoginDTO.realName VALUES: A --> A MAPID:
-2024-09-20 17:47:29.996 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: sa
-2024-09-20 17:47:29.996 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.MappingProcessor : MAPPED: SysUser.roleIds --> SysUserLoginDTO.roleIds VALUES: sa --> sa MAPID:
-2024-09-20 17:47:29.997 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: Mon Apr 20 13:51:03 CST 2020
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.MappingProcessor : MAPPED: SysUser.createTime --> SysUserLoginDTO.createTime VALUES: Mon Apr 20 13:51:03 CST 2020 --> Mon Apr 20 13:51:03 CST 2020 MAPID:
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 1318103313740320770
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.MappingProcessor : MAPPED: SysUser.departId --> SysUserLoginDTO.departId VALUES: 1318103313740320770 --> 1318103313740320770 MAPID:
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: Mon Apr 20 13:51:03 CST 2020
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.MappingProcessor : MAPPED: SysUser.updateTime --> SysUserLoginDTO.updateTime VALUES: Mon Apr 20 13:51:03 CST 2020 --> Mon Apr 20 13:51:03 CST 2020 MAPID:
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 10001
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.MappingProcessor : MAPPED: SysUser.id --> SysUserLoginDTO.id VALUES: 10001 --> 10001 MAPID:
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.b.converters.IntegerConverter : Converting 'Integer' value '0' to type 'Integer'
-2024-09-20 17:47:29.999 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.b.converters.IntegerConverter : No conversion required, value is already a Integer
-2024-09-20 17:47:30.000 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 0
-2024-09-20 17:47:30.000 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.MappingProcessor : MAPPED: SysUser.state --> SysUserLoginDTO.state VALUES: 0 --> 0 MAPID:
-2024-09-20 17:47:30.000 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: admin
-2024-09-20 17:47:30.000 DEBUG 22604 --- [http-nio-8101-exec-2] org.dozer.MappingProcessor : MAPPED: SysUser.userName --> SysUserLoginDTO.userName VALUES: admin --> admin MAPID:
-2024-09-20 17:47:30.034 DEBUG 22604 --- [http-nio-8101-exec-2] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
-2024-09-20 17:47:30.034 DEBUG 22604 --- [http-nio-8101-exec-2] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c448344] was not registered for synchronization because synchronization is not active
-2024-09-20 17:47:30.038 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:30.038 DEBUG 22604 --- [http-nio-8101-exec-2] o.m.s.t.SpringManagedTransaction : JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1f029e15] will not be managed by Spring
-2024-09-20 17:47:30.038 DEBUG 22604 --- [http-nio-8101-exec-2] c.y.e.m.s.u.m.S.selectList : ==> Preparing: SELECT id,user_id,role_id FROM sys_user_role WHERE (user_id = ?)
-2024-09-20 17:47:30.039 DEBUG 22604 --- [http-nio-8101-exec-2] c.y.e.m.s.u.m.S.selectList : ==> Parameters: 10001(String)
-2024-09-20 17:47:30.040 DEBUG 22604 --- [http-nio-8101-exec-2] c.y.e.m.s.u.m.S.selectList : <== Total: 1
-2024-09-20 17:47:30.040 DEBUG 22604 --- [http-nio-8101-exec-2] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c448344]
-2024-09-20 17:47:30.045 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json;charset=UTF-8', given [application/json, text/plain, */*] and supported [application/json;charset=UTF-8, application/json, application/*+json, application/json, application/*+json]
-2024-09-20 17:47:30.046 DEBUG 22604 --- [http-nio-8101-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [ApiRest(msg=ɹ, code=0, data={"realName":"A","roleIds":"sa","createTime":"2020-04-20 13:51:03", (truncated)...]
-2024-09-20 17:47:30.047 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.c.http11.filters.GzipOutputFilter : Flushing the compression stream!
-2024-09-20 17:47:30.048 DEBUG 22604 --- [http-nio-8101-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK
-2024-09-20 17:47:30.048 DEBUG 22604 --- [http-nio-8101-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:30.048 DEBUG 22604 --- [http-nio-8101-exec-2] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:30.048 DEBUG 22604 --- [http-nio-8101-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:30.056 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:30.057 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [1323]
-2024-09-20 17:47:30.057 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [POST /exam/api/sys/user/info?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-Content-Length: 2
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-Accept: application/json, text/plain, */*
-Content-Type: application/json
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-sec-ch-ua-platform: "Windows"
-Origin: http://localhost:8101
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: cors
-Sec-Fetch-Dest: empty
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-
-{}]
-2024-09-20 17:47:30.059 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-2024-09-20 17:47:30.059 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /exam/api/sys/user/info
-2024-09-20 17:47:30.060 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:30.060 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:30.061 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:30.061 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.tomcat.util.http.Parameters : Decoding query null UTF-8
-2024-09-20 17:47:30.061 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.tomcat.util.http.Parameters : Start processing with input [token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk]
-2024-09-20 17:47:30.063 DEBUG 22604 --- [http-nio-8101-exec-1] com.yf.exam.ability.shiro.ShiroRealm : ++++++++++Уûtoken eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-2024-09-20 17:47:30.080 DEBUG 22604 --- [http-nio-8101-exec-1] com.yf.exam.ability.shiro.ShiroRealm : ++++++++++û admin
-2024-09-20 17:47:30.084 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
-2024-09-20 17:47:30.085 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c2972df] was not registered for synchronization because synchronization is not active
-2024-09-20 17:47:30.088 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:30.088 DEBUG 22604 --- [http-nio-8101-exec-1] o.m.s.t.SpringManagedTransaction : JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1f029e15] will not be managed by Spring
-2024-09-20 17:47:30.088 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.SysUserMapper.selectList : ==> Preparing: SELECT id,user_name,real_name,password,salt,role_ids,depart_id,create_time,update_time,state FROM sys_user WHERE (user_name = ?)
-2024-09-20 17:47:30.089 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.SysUserMapper.selectList : ==> Parameters: admin(String)
-2024-09-20 17:47:30.090 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.SysUserMapper.selectList : <== Total: 1
-2024-09-20 17:47:30.090 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c2972df]
-2024-09-20 17:47:30.090 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: A
-2024-09-20 17:47:30.091 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.realName --> SysUserLoginDTO.realName VALUES: A --> A MAPID:
-2024-09-20 17:47:30.091 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: sa
-2024-09-20 17:47:30.091 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.roleIds --> SysUserLoginDTO.roleIds VALUES: sa --> sa MAPID:
-2024-09-20 17:47:30.092 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: Mon Apr 20 13:51:03 CST 2020
-2024-09-20 17:47:30.092 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.createTime --> SysUserLoginDTO.createTime VALUES: Mon Apr 20 13:51:03 CST 2020 --> Mon Apr 20 13:51:03 CST 2020 MAPID:
-2024-09-20 17:47:30.092 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 1318103313740320770
-2024-09-20 17:47:30.092 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.departId --> SysUserLoginDTO.departId VALUES: 1318103313740320770 --> 1318103313740320770 MAPID:
-2024-09-20 17:47:30.092 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: Mon Apr 20 13:51:03 CST 2020
-2024-09-20 17:47:30.092 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.updateTime --> SysUserLoginDTO.updateTime VALUES: Mon Apr 20 13:51:03 CST 2020 --> Mon Apr 20 13:51:03 CST 2020 MAPID:
-2024-09-20 17:47:30.092 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 10001
-2024-09-20 17:47:30.093 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.id --> SysUserLoginDTO.id VALUES: 10001 --> 10001 MAPID:
-2024-09-20 17:47:30.094 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.b.converters.IntegerConverter : Converting 'Integer' value '0' to type 'Integer'
-2024-09-20 17:47:30.094 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.b.converters.IntegerConverter : No conversion required, value is already a Integer
-2024-09-20 17:47:30.094 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 0
-2024-09-20 17:47:30.095 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.state --> SysUserLoginDTO.state VALUES: 0 --> 0 MAPID:
-2024-09-20 17:47:30.095 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: admin
-2024-09-20 17:47:30.095 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.userName --> SysUserLoginDTO.userName VALUES: admin --> admin MAPID:
-2024-09-20 17:47:30.096 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
-2024-09-20 17:47:30.096 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d8843e1] was not registered for synchronization because synchronization is not active
-2024-09-20 17:47:30.096 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:30.097 DEBUG 22604 --- [http-nio-8101-exec-1] o.m.s.t.SpringManagedTransaction : JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1f029e15] will not be managed by Spring
-2024-09-20 17:47:30.097 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.S.selectList : ==> Preparing: SELECT id,user_id,role_id FROM sys_user_role WHERE (user_id = ?)
-2024-09-20 17:47:30.097 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.S.selectList : ==> Parameters: 10001(String)
-2024-09-20 17:47:30.098 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.S.selectList : <== Total: 1
-2024-09-20 17:47:30.098 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d8843e1]
-2024-09-20 17:47:30.101 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.shiro.realm.AuthenticatingRealm : Looked up AuthenticationInfo [SysUserLoginDTO(id=10001, userName=admin, realName=A, roleIds=sa, departId=1318103313740320770, createTime=Mon Apr 20 13:51:03 CST 2020, updateTime=Mon Apr 20 13:51:03 CST 2020, state=0, roles=[sa], token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk)] from doGetAuthenticationInfo
-2024-09-20 17:47:30.101 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.shiro.realm.AuthenticatingRealm : AuthenticationInfo caching is disabled for info [SysUserLoginDTO(id=10001, userName=admin, realName=A, roleIds=sa, departId=1318103313740320770, createTime=Mon Apr 20 13:51:03 CST 2020, updateTime=Mon Apr 20 13:51:03 CST 2020, state=0, roles=[sa], token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk)]. Submitted token: [JwtToken(token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk)].
-2024-09-20 17:47:30.101 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.s.a.c.SimpleCredentialsMatcher : Performing credentials equality check for tokenCredentials of type [java.lang.String and accountCredentials of type [java.lang.String]
-2024-09-20 17:47:30.101 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.s.a.c.SimpleCredentialsMatcher : Both credentials arguments can be easily converted to byte arrays. Performing array equals comparison
-2024-09-20 17:47:30.102 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.shiro.authc.AbstractAuthenticator : Authentication successful for token [JwtToken(token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk)]. Returned account [SysUserLoginDTO(id=10001, userName=admin, realName=A, roleIds=sa, departId=1318103313740320770, createTime=Mon Apr 20 13:51:03 CST 2020, updateTime=Mon Apr 20 13:51:03 CST 2020, state=0, roles=[sa], token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk)]
-2024-09-20 17:47:30.102 DEBUG 22604 --- [http-nio-8101-exec-1] o.apache.shiro.web.servlet.SimpleCookie : Added HttpServletResponse Cookie [rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Thu, 19-Sep-2024 09:47:30 GMT; SameSite=lax]
-2024-09-20 17:47:30.102 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.shiro.mgt.AbstractRememberMeManager : AuthenticationToken did not indicate RememberMe is requested. RememberMe functionality will not be executed for corresponding account.
-2024-09-20 17:47:30.102 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.web.servlet.DispatcherServlet : POST "/exam/api/sys/user/info?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk", parameters={masked}
-2024-09-20 17:47:30.104 DEBUG 22604 --- [http-nio-8101-exec-1] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /exam/api/sys/user/info
-2024-09-20 17:47:30.104 DEBUG 22604 --- [http-nio-8101-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to public com.yf.exam.core.api.ApiRest com.yf.exam.modules.sys.user.controller.SysUserController.info(java.lang.String)
-2024-09-20 17:47:30.105 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
-2024-09-20 17:47:30.106 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d04c1ca] was not registered for synchronization because synchronization is not active
-2024-09-20 17:47:30.106 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:30.107 DEBUG 22604 --- [http-nio-8101-exec-1] o.m.s.t.SpringManagedTransaction : JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1f029e15] will not be managed by Spring
-2024-09-20 17:47:30.107 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.SysUserMapper.selectList : ==> Preparing: SELECT id,user_name,real_name,password,salt,role_ids,depart_id,create_time,update_time,state FROM sys_user WHERE (user_name = ?)
-2024-09-20 17:47:30.108 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.SysUserMapper.selectList : ==> Parameters: admin(String)
-2024-09-20 17:47:30.108 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.SysUserMapper.selectList : <== Total: 1
-2024-09-20 17:47:30.109 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d04c1ca]
-2024-09-20 17:47:30.109 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: A
-2024-09-20 17:47:30.109 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.realName --> SysUserLoginDTO.realName VALUES: A --> A MAPID:
-2024-09-20 17:47:30.109 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: sa
-2024-09-20 17:47:30.109 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.roleIds --> SysUserLoginDTO.roleIds VALUES: sa --> sa MAPID:
-2024-09-20 17:47:30.109 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: Mon Apr 20 13:51:03 CST 2020
-2024-09-20 17:47:30.111 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.createTime --> SysUserLoginDTO.createTime VALUES: Mon Apr 20 13:51:03 CST 2020 --> Mon Apr 20 13:51:03 CST 2020 MAPID:
-2024-09-20 17:47:30.111 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 1318103313740320770
-2024-09-20 17:47:30.111 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.departId --> SysUserLoginDTO.departId VALUES: 1318103313740320770 --> 1318103313740320770 MAPID:
-2024-09-20 17:47:30.111 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: Mon Apr 20 13:51:03 CST 2020
-2024-09-20 17:47:30.111 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.updateTime --> SysUserLoginDTO.updateTime VALUES: Mon Apr 20 13:51:03 CST 2020 --> Mon Apr 20 13:51:03 CST 2020 MAPID:
-2024-09-20 17:47:30.111 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 10001
-2024-09-20 17:47:30.112 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.id --> SysUserLoginDTO.id VALUES: 10001 --> 10001 MAPID:
-2024-09-20 17:47:30.112 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.b.converters.IntegerConverter : Converting 'Integer' value '0' to type 'Integer'
-2024-09-20 17:47:30.112 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.b.converters.IntegerConverter : No conversion required, value is already a Integer
-2024-09-20 17:47:30.112 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: 0
-2024-09-20 17:47:30.112 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.state --> SysUserLoginDTO.state VALUES: 0 --> 0 MAPID:
-2024-09-20 17:47:30.112 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.fieldmap.FieldMap : Getting ready to invoke write method on the destination object. Dest Obj: SysUserLoginDTO, Dest value: admin
-2024-09-20 17:47:30.112 DEBUG 22604 --- [http-nio-8101-exec-1] org.dozer.MappingProcessor : MAPPED: SysUser.userName --> SysUserLoginDTO.userName VALUES: admin --> admin MAPID:
-2024-09-20 17:47:30.113 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
-2024-09-20 17:47:30.113 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d1d71a7] was not registered for synchronization because synchronization is not active
-2024-09-20 17:47:30.114 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
-2024-09-20 17:47:30.114 DEBUG 22604 --- [http-nio-8101-exec-1] o.m.s.t.SpringManagedTransaction : JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1f029e15] will not be managed by Spring
-2024-09-20 17:47:30.114 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.S.selectList : ==> Preparing: SELECT id,user_id,role_id FROM sys_user_role WHERE (user_id = ?)
-2024-09-20 17:47:30.115 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.S.selectList : ==> Parameters: 10001(String)
-2024-09-20 17:47:30.115 DEBUG 22604 --- [http-nio-8101-exec-1] c.y.e.m.s.u.m.S.selectList : <== Total: 1
-2024-09-20 17:47:30.116 DEBUG 22604 --- [http-nio-8101-exec-1] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d1d71a7]
-2024-09-20 17:47:30.116 DEBUG 22604 --- [http-nio-8101-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json;charset=UTF-8', given [application/json, text/plain, */*] and supported [application/json;charset=UTF-8, application/json, application/*+json, application/json, application/*+json]
-2024-09-20 17:47:30.116 DEBUG 22604 --- [http-nio-8101-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Writing [ApiRest(msg=ɹ, code=0, data={"realName":"A","roleIds":"sa","createTime":"2020-04-20 13:51:03", (truncated)...]
-2024-09-20 17:47:30.117 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.c.http11.filters.GzipOutputFilter : Flushing the compression stream!
-2024-09-20 17:47:30.117 DEBUG 22604 --- [http-nio-8101-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
-2024-09-20 17:47:30.118 DEBUG 22604 --- [http-nio-8101-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:30.118 DEBUG 22604 --- [http-nio-8101-exec-1] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:30.120 DEBUG 22604 --- [http-nio-8101-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:30.129 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:30.130 DEBUG 22604 --- [http-nio-8101-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [977]
-2024-09-20 17:47:30.130 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/js/11.js HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: */*
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: script
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:30.130 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-2024-09-20 17:47:30.131 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/js/11.js
-2024-09-20 17:47:30.131 DEBUG 22604 --- [http-nio-8101-exec-7] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:30.131 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:30.133 DEBUG 22604 --- [http-nio-8101-exec-7] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:30.133 DEBUG 22604 --- [http-nio-8101-exec-7] o.s.web.servlet.DispatcherServlet : GET "/static/js/11.js", parameters={}
-2024-09-20 17:47:30.133 DEBUG 22604 --- [http-nio-8101-exec-7] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/js/11.js
-2024-09-20 17:47:30.134 DEBUG 22604 --- [http-nio-8101-exec-7] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:30.134 DEBUG 22604 --- [http-nio-8101-exec-7] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:30.135 DEBUG 22604 --- [http-nio-8101-exec-7] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:30.135 DEBUG 22604 --- [http-nio-8101-exec-7] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:30.136 DEBUG 22604 --- [http-nio-8101-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:30.194 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read from buffer: [0]
-2024-09-20 17:47:30.194 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read from buffer: [0]
-2024-09-20 17:47:30.194 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:30.194 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read direct from socket: [1037]
-2024-09-20 17:47:30.194 DEBUG 22604 --- [http-nio-8101-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read direct from socket: [1037]
-2024-09-20 17:47:30.194 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [1042]
-2024-09-20 17:47:30.194 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/img/h5.ac62244a.png HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: image
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:30.196 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/img/mp.1a3d1b7d.jpg HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: image
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:30.196 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.coyote.http11.Http11InputBuffer : Received [GET /static/img/contact.22828125.png HTTP/1.1
-Host: localhost:8101
-Connection: keep-alive
-sec-ch-ua: "Chromium";v="118", "Microsoft Edge";v="118", "Not=A?Brand";v="99"
-sec-ch-ua-mobile: ?0
-User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.76
-sec-ch-ua-platform: "Windows"
-Accept: image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
-Sec-Fetch-Site: same-origin
-Sec-Fetch-Mode: no-cors
-Sec-Fetch-Dest: image
-Referer: http://localhost:8101/
-Accept-Encoding: gzip, deflate, br
-Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
-Cookie: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-If-Modified-Since: Fri, 20 Sep 2024 08:59:07 GMT
-
-]
-2024-09-20 17:47:30.196 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: Idea-66120ba1=5460f4d9-4cd3-4908-8588-480faf5ef7c9; Studio-dd06f04e=9b20ac2c-7fbe-47de-936c-e8da0f8dd382; SID=s%3AnUr7rovDGKCcPGsxbS-xohDLqnplizud.iwiXd9kfotQ%2ByC3UinmuFNfd26VXAi4ej7alpIz6Y2w; Admin-Token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjY5MTIwNTAsInVzZXJuYW1lIjoiYWRtaW4ifQ.uEIaxEQ5GZN8lsAwWtq-mgUIoyfIXj70SO6rov6DIEk
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/img/h5.ac62244a.png
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/img/mp.1a3d1b7d.jpg
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /static/img/contact.22828125.png
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:30.197 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.catalina.realm.RealmBase : No applicable constraints defined
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-3] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-3] o.s.web.servlet.DispatcherServlet : GET "/static/img/mp.1a3d1b7d.jpg", parameters={}
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-5] o.s.web.servlet.DispatcherServlet : GET "/static/img/h5.ac62244a.png", parameters={}
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-3] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/img/mp.1a3d1b7d.jpg
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-5] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/img/h5.ac62244a.png
-2024-09-20 17:47:30.198 DEBUG 22604 --- [http-nio-8101-exec-10] o.s.web.servlet.DispatcherServlet : GET "/static/img/contact.22828125.png", parameters={}
-2024-09-20 17:47:30.199 DEBUG 22604 --- [http-nio-8101-exec-10] pertySourcedRequestMappingHandlerMapping : looking up handler for path: /static/img/contact.22828125.png
-2024-09-20 17:47:30.199 DEBUG 22604 --- [http-nio-8101-exec-10] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:30.200 DEBUG 22604 --- [http-nio-8101-exec-10] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:30.200 DEBUG 22604 --- [http-nio-8101-exec-3] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:30.201 DEBUG 22604 --- [http-nio-8101-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
-2024-09-20 17:47:30.201 DEBUG 22604 --- [http-nio-8101-exec-10] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read from buffer: [0]
-2024-09-20 17:47:30.201 DEBUG 22604 --- [http-nio-8101-exec-10] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Read direct from socket: [0]
-2024-09-20 17:47:30.202 DEBUG 22604 --- [http-nio-8101-exec-10] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@3769ec79:org.apache.tomcat.util.net.NioChannel@3d918709:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55551]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:30.202 DEBUG 22604 --- [http-nio-8101-exec-5] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:30.203 DEBUG 22604 --- [http-nio-8101-exec-3] o.s.web.servlet.DispatcherServlet : Completed 304 NOT_MODIFIED
-2024-09-20 17:47:30.205 DEBUG 22604 --- [http-nio-8101-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read from buffer: [0]
-2024-09-20 17:47:30.205 DEBUG 22604 --- [http-nio-8101-exec-5] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Read direct from socket: [0]
-2024-09-20 17:47:30.205 DEBUG 22604 --- [http-nio-8101-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read from buffer: [0]
-2024-09-20 17:47:30.205 DEBUG 22604 --- [http-nio-8101-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@13fcc669:org.apache.tomcat.util.net.NioChannel@1904ad19:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55546]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:30.206 DEBUG 22604 --- [http-nio-8101-exec-3] org.apache.tomcat.util.net.NioEndpoint : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Read direct from socket: [0]
-2024-09-20 17:47:30.206 DEBUG 22604 --- [http-nio-8101-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@709f82a3:org.apache.tomcat.util.net.NioChannel@7009ff0f:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8101 remote=/0:0:0:0:0:0:0:1:55545]], Status in: [OPEN_READ], State out: [OPEN]
-2024-09-20 17:47:33.535 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_ClusterManager] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Check-in complete.
-2024-09-20 17:47:43.535 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_ClusterManager] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Check-in complete.
-2024-09-20 17:47:46.679 DEBUG 22604 --- [examScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread : batch acquisition of 0 triggers
-2024-09-20 17:47:53.538 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_ClusterManager] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Check-in complete.
-2024-09-20 17:48:03.539 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_ClusterManager] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Check-in complete.
-2024-09-20 17:48:11.502 DEBUG 22604 --- [examScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread : batch acquisition of 0 triggers
-2024-09-20 17:48:13.540 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_ClusterManager] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Check-in complete.
-2024-09-20 17:48:18.238 DEBUG 22604 --- [Catalina-utility-2] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1726825698238 sessioncount 0
-2024-09-20 17:48:18.238 DEBUG 22604 --- [Catalina-utility-2] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0
-2024-09-20 17:48:23.541 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_ClusterManager] o.s.s.quartz.LocalDataSourceJobStore : ClusterManager: Check-in complete.
-2024-09-20 17:48:23.607 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_MisfireHandler] o.s.s.quartz.LocalDataSourceJobStore : MisfireHandler: scanning for misfires...
-2024-09-20 17:48:23.608 DEBUG 22604 --- [QuartzScheduler_examScheduler-lang1726825641205_MisfireHandler] o.s.s.quartz.LocalDataSourceJobStore : Found 0 triggers that missed their scheduled fire-time.
diff --git a/exam-api/.idea/.gitignore b/exam-api/.idea/.gitignore
deleted file mode 100644
index 13566b8..0000000
--- a/exam-api/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/exam-api/.idea/compiler.xml b/exam-api/.idea/compiler.xml
deleted file mode 100644
index f78f415..0000000
--- a/exam-api/.idea/compiler.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/exam-api/.idea/misc.xml b/exam-api/.idea/misc.xml
deleted file mode 100644
index d31b37a..0000000
--- a/exam-api/.idea/misc.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/exam-api/src/main/java/com/yf/exam/ability/Constant.java b/exam-api/src/main/java/com/yf/exam/ability/Constant.java
index 50e754d..9880ea6 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/Constant.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/Constant.java
@@ -1,18 +1,15 @@
-// 定义包路径,用于存放系统基础功能相关的类
package com.yf.exam.ability;
+
/**
- * 通用常量类
- * 用于定义系统中使用的常量值,提供全局可访问的常量。
+ * 通用常量
* @author bool
*/
public class Constant {
+
/**
- * 文件上传路径的前缀常量
- * 用于指定上传文件的基础路径,所有上传的文件URL都会以这个路径开头。
- * 例如: /upload/file/example.jpg
- * 这个前缀用于构建和解析文件的URL,以便在系统中统一管理和访问上传的文件。
+ * 文件上传路径
*/
public static final String FILE_PREFIX = "/upload/file/";
-}
\ No newline at end of file
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/job/enums/JobGroup.java b/exam-api/src/main/java/com/yf/exam/ability/job/enums/JobGroup.java
index 058ab16..2159361 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/job/enums/JobGroup.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/job/enums/JobGroup.java
@@ -1,19 +1,13 @@
-// 定义包路径,用于存放任务分组相关的枚举类
package com.yf.exam.ability.job.enums;
/**
- * 任务分组枚举接口
- * 定义系统中不同类型任务的分组标识
- * 这个接口用于集中管理任务分组的常量值,确保代码的一致性和可维护性。
- *
+ * 任务分组
* @author van
*/
public interface JobGroup {
/**
- * 系统任务的分组标识
- * 用于标识系统级别的定时任务,如系统维护、数据清理等。
- * 这个标识符用于在任务调度系统中区分系统级别的任务,便于管理和执行。
+ * 系统任务
*/
- String SYSTEM = "system"; // 系统任务组的标识符
-}
\ No newline at end of file
+ String SYSTEM = "system";
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/job/enums/JobPrefix.java b/exam-api/src/main/java/com/yf/exam/ability/job/enums/JobPrefix.java
index dd51986..2536f0e 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/job/enums/JobPrefix.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/job/enums/JobPrefix.java
@@ -1,19 +1,14 @@
-// 定义包路径,用于存放任务前缀相关的枚举类
package com.yf.exam.ability.job.enums;
/**
- * 任务前缀枚举接口
- * 定义系统中不同任务类型的前缀标识
- * 这个接口用于集中管理任务的前缀常量值,确保代码的一致性和可维护性。
- *
+ * 任务前缀
* @author bool
*/
public interface JobPrefix {
/**
- * 强制交卷任务的前缀标识
- * 用于标识与强制交卷相关的定时任务,方便在任务调度系统中识别和处理。
- * 例如:break_exam_12345 表示ID为12345的考试的强制交卷任务。
+ * 强制交卷的
*/
- String BREAK_EXAM = "break_exam_"; // 强制交卷任务的前缀标识符
-}
\ No newline at end of file
+ String BREAK_EXAM = "break_exam_";
+
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/job/service/JobService.java b/exam-api/src/main/java/com/yf/exam/ability/job/service/JobService.java
index 410c006..cb465de 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/job/service/JobService.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/job/service/JobService.java
@@ -1,66 +1,53 @@
-// 定义包路径,用于存放任务服务接口
package com.yf.exam.ability.job.service;
/**
- * 任务业务接口类,用于定义任务相关的业务操作
- * 这个接口定义了定时任务的基本操作,包括添加、暂停、恢复和删除任务。
- *
+ * 任务业务类,用于动态处理任务信息
* @author bool
* @date 2020/11/29 下午2:17
*/
public interface JobService {
+
/**
- * 任务数据的键名常量
- * 用于在任务的JobDataMap中存储和检索任务相关数据的键名。
+ * 任务数据
*/
- String TASK_DATA = "taskData"; // 用于存储任务相关数据的键名
+ String TASK_DATA = "taskData";
/**
* 添加定时任务
- * 方法用于根据给定的任务类、名称、cron表达式和任务数据,添加一个新的定时任务。
- *
- * @param jobClass 任务类,指定任务的执行类
- * @param jobName 任务名称,用于唯一标识任务
- * @param cron cron表达式,用于指定任务的执行计划
- * @param data 任务数据,传递给任务执行时的参数
+ * @param jobClass
+ * @param jobName
+ * @param cron
+ * @param data
*/
void addCronJob(Class jobClass, String jobName, String cron, String data);
/**
* 添加立即执行的任务
- * 方法用于根据给定的任务类、名称和任务数据,添加一个新的立即执行的任务。
- *
- * @param jobClass 任务类,指定任务的执行类
- * @param jobName 任务名称,用于唯一标识任务
- * @param data 任务数据,传递给任务执行时的参数
+ * @param jobClass
+ * @param jobName
+ * @param data
*/
void addCronJob(Class jobClass, String jobName, String data);
/**
* 暂停任务
- * 方法用于根据任务名称和任务组,暂停一个正在运行的定时任务。
- *
- * @param jobName 任务名称
- * @param jobGroup 任务组
+ * @param jobName
+ * @param jobGroup
*/
void pauseJob(String jobName, String jobGroup);
/**
* 恢复任务
- * 方法用于根据触发器名称和触发器组,恢复一个已暂停的定时任务。
- *
- * @param triggerName 触发器名称
- * @param triggerGroup 触发器组
+ * @param triggerName
+ * @param triggerGroup
*/
void resumeJob(String triggerName, String triggerGroup);
/**
- * 删除任务
- * 方法用于根据任务名称和任务组,删除一个定时任务,包括任务本身和相关的触发器。
- *
- * @param jobName 任务名称
- * @param jobGroup 任务组
+ * 删除job
+ * @param jobName
+ * @param jobGroup
*/
void deleteJob(String jobName, String jobGroup);
-}
\ No newline at end of file
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/job/service/impl/JobServiceImpl.java b/exam-api/src/main/java/com/yf/exam/ability/job/service/impl/JobServiceImpl.java
index b34ea8e..aafdfdb 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/job/service/impl/JobServiceImpl.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/job/service/impl/JobServiceImpl.java
@@ -1,186 +1,123 @@
-// 定义包路径,用于存放任务服务实现类
package com.yf.exam.ability.job.service.impl;
-// 导入所需的外部依赖包
-import com.alibaba.fastjson.JSON; // 用于JSON数据处理
-import com.baomidou.mybatisplus.core.toolkit.IdWorker; // 用于生成唯一ID
-import com.yf.exam.ability.job.enums.JobGroup; // 任务分组枚举
-import com.yf.exam.ability.job.service.JobService; // 任务服务接口
-import lombok.extern.log4j.Log4j2; // 日志注解
-import org.quartz.*; // Quartz定时任务框架相关类
-import org.springframework.beans.factory.annotation.Autowired; // Spring自动注入注解
-import org.springframework.scheduling.quartz.SchedulerFactoryBean; // Quartz调度器工厂Bean
-import org.springframework.stereotype.Service; // Spring服务注解
-import org.springframework.util.StringUtils; // Spring字符串工具类
+import com.alibaba.fastjson.JSON;
+import com.baomidou.mybatisplus.core.toolkit.IdWorker;
+import com.yf.exam.ability.job.enums.JobGroup;
+import com.yf.exam.ability.job.service.JobService;
+import lombok.extern.log4j.Log4j2;
+import org.quartz.*;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.scheduling.quartz.SchedulerFactoryBean;
+import org.springframework.stereotype.Service;
+import org.springframework.util.StringUtils;
/**
- * 定时任务服务实现类
- * 用于管理系统中的定时任务,包括添加、暂停、恢复和删除任务。
* @author bool
*/
-@Log4j2 // 启用Log4j2日志
-@Service // 标记为Spring服务组件
+@Log4j2
+@Service
public class JobServiceImpl implements JobService {
/**
- * Quartz定时任务调度器
- * 用于管理和执行所有的定时任务
+ * Quartz定时任务核心的功能实现类
*/
- private Scheduler scheduler; // 定时任务调度器实例
+ private Scheduler scheduler;
/**
- * 构造函数,注入SchedulerFactoryBean
- * 从Spring容器中注入Quartz调度器工厂Bean,并从中获取调度器实例。
- * @param schedulerFactoryBean Quartz调度器工厂Bean
+ * 注入
+ * @param schedulerFactoryBean
*/
public JobServiceImpl(@Autowired SchedulerFactoryBean schedulerFactoryBean) {
- // 从工厂Bean中获取调度器实例
scheduler = schedulerFactoryBean.getScheduler();
}
- /**
- * 添加定时任务
- * 方法用于添加一个新的定时任务,包括cron表达式和立即执行两种情况。
- *
- * @param jobClass 任务类,指定任务的执行类
- * @param jobName 任务名称,用于唯一标识任务
- * @param cron cron表达式,用于指定任务的执行计划
- * @param data 任务数据,传递给任务执行时的参数
- */
+
@Override
public void addCronJob(Class jobClass, String jobName, String cron, String data) {
- // 设置任务组为系统任务组
+
+
String jobGroup = JobGroup.SYSTEM;
- // 如果任务名为空,则自动生成任务名
+ // 自动命名
if(StringUtils.isEmpty(jobName)){
- // 使用类名大写+下划线+唯一ID作为任务名
- jobName = jobClass.getSimpleName().toUpperCase() + "_" + IdWorker.getIdStr();
+ jobName = jobClass.getSimpleName().toUpperCase() + "_"+IdWorker.getIdStr();
}
try {
- // 创建任务键,用于唯一标识任务
JobKey jobKey = JobKey.jobKey(jobName, jobGroup);
- // 获取任务详情
JobDetail jobDetail = scheduler.getJobDetail(jobKey);
-
- // 如果任务已存在,则删除旧任务
if (jobDetail != null) {
log.info("++++++++++任务:{} 已存在", jobName);
this.deleteJob(jobName, jobGroup);
}
- // 记录任务构建信息
log.info("++++++++++构建任务:{},{},{},{},{} ", jobClass.toString(), jobName, jobGroup, cron, data);
- // 构建新的任务详情
+ //构建job信息
jobDetail = JobBuilder.newJob(jobClass).withIdentity(jobName, jobGroup).build();
- // 设置任务数据
+ //用JopDataMap来传递数据
jobDetail.getJobDataMap().put(TASK_DATA, data);
- // 声明触发器
+ //按新的cronExpression表达式构建一个新的trigger
Trigger trigger = null;
- // 如果有cron表达式,则创建cron触发器
+ // 有表达式的按表达式
if(!StringUtils.isEmpty(cron)){
log.info("+++++表达式执行:"+ JSON.toJSONString(jobDetail));
- // 创建cron调度构建器
+ //表达式调度构建器
CronScheduleBuilder scheduleBuilder = CronScheduleBuilder.cronSchedule(cron);
- // 构建触发器
- trigger = TriggerBuilder.newTrigger()
- .withIdentity(jobName, jobGroup)
- .withSchedule(scheduleBuilder)
- .build();
+ trigger = TriggerBuilder.newTrigger().withIdentity(jobName, jobGroup).withSchedule(scheduleBuilder).build();
}else{
- // 无cron表达式则立即执行一次
+ // 无表达式则立即执行
log.info("+++++立即执行:"+ JSON.toJSONString(jobDetail));
- // 构建立即执行的触发器
- trigger = TriggerBuilder.newTrigger()
- .withIdentity(jobName, jobGroup)
- .startNow()
- .build();
+ trigger = TriggerBuilder.newTrigger().withIdentity(jobName, jobGroup).startNow().build();
}
- // 调度任务
scheduler.scheduleJob(jobDetail, trigger);
} catch (Exception e) {
- // 打印异常堆栈信息
e.printStackTrace();
}
}
- /**
- * 添加立即执行的任务
- * 方法用于添加一个不需要cron表达式,立即执行一次的任务。
- *
- * @param jobClass 任务类
- * @param jobName 任务名称
- * @param data 任务数据
- */
+
@Override
public void addCronJob(Class jobClass, String jobName, String data) {
- // 立即执行任务,不需要cron表达式,传入null
+ // 立即执行任务
this.addCronJob(jobClass, jobName, null, data);
}
- /**
- * 暂停任务
- * 方法用于暂停一个正在运行的定时任务。
- *
- * @param jobName 任务名称
- * @param jobGroup 任务组
- */
+
@Override
public void pauseJob(String jobName, String jobGroup) {
try {
- // 创建触发器键并暂停触发器
TriggerKey triggerKey = TriggerKey.triggerKey(jobName, jobGroup);
scheduler.pauseTrigger(triggerKey);
log.info("++++++++++暂停任务:{}", jobName);
} catch (SchedulerException e) {
- // 打印异常堆栈信息
e.printStackTrace();
}
}
- /**
- * 恢复任务
- * 方法用于恢复一个已暂停的定时任务。
- *
- * @param jobName 任务名称
- * @param jobGroup 任务组
- */
@Override
public void resumeJob(String jobName, String jobGroup) {
try {
- // 创建触发器键并恢复触发器
TriggerKey triggerKey = TriggerKey.triggerKey(jobName, jobGroup);
scheduler.resumeTrigger(triggerKey);
log.info("++++++++++重启任务:{}", jobName);
} catch (SchedulerException e) {
- // 打印异常堆栈信息
e.printStackTrace();
}
}
- /**
- * 删除任务
- * 方法用于删除一个定时任务,包括任务本身和相关的触发器。
- *
- * @param jobName 任务名称
- * @param jobGroup 任务组
- */
@Override
public void deleteJob(String jobName, String jobGroup) {
try {
- // 创建任务键并删除任务
JobKey jobKey = JobKey.jobKey(jobName,jobGroup);
scheduler.deleteJob(jobKey);
log.info("++++++++++删除任务:{}", jobKey);
} catch (SchedulerException e) {
- // 打印异常堆栈信息
e.printStackTrace();
}
}
-}
\ No newline at end of file
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/shiro/CNFilterFactoryBean.java b/exam-api/src/main/java/com/yf/exam/ability/shiro/CNFilterFactoryBean.java
index 8d54a3e..3bc2190 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/shiro/CNFilterFactoryBean.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/shiro/CNFilterFactoryBean.java
@@ -1,39 +1,29 @@
-// 定义包路径,用于存放自定义过滤器相关的类
package com.yf.exam.ability.shiro;
-import org.apache.shiro.spring.web.ShiroFilterFactoryBean; // Shiro过滤器工厂类,用于配置Shiro过滤器
-import org.apache.shiro.web.filter.InvalidRequestFilter; // Shiro无效请求过滤器,用于处理无效请求
-import org.apache.shiro.web.filter.mgt.DefaultFilter; // Shiro默认过滤器,提供默认的过滤逻辑
-import org.apache.shiro.web.filter.mgt.FilterChainManager; // Shiro过滤器链管理器,管理过滤器链的配置
+import org.apache.shiro.spring.web.ShiroFilterFactoryBean;
+import org.apache.shiro.web.filter.InvalidRequestFilter;
+import org.apache.shiro.web.filter.mgt.DefaultFilter;
+import org.apache.shiro.web.filter.mgt.FilterChainManager;
-import javax.servlet.Filter; // Servlet过滤器接口,定义了过滤器的基本操作
-import java.util.Map; // Map集合类,用于存储键值对
+import javax.servlet.Filter;
+import java.util.Map;
/**
- * 自定义过滤器工厂类,用于创建和管理Shiro过滤器链
- * 主要解决中文URL问题,如下载文件中包含中文字符时可能会返回400错误。
- * 例如:https://youdomain.com/upload/file/云帆考试系统用户手册.pdf 这样的URL可能会因为中文字符而导致问题。
+ * 自定义过滤器,用于处理中文URL问题
+ * 如:下载文件中包含中文会返回400错误,https://youdomain.com/upload/file/云帆考试系统用户手册.pdf
* @author van
*/
public class CNFilterFactoryBean extends ShiroFilterFactoryBean {
- /**
- * 创建过滤器链管理器
- * 覆盖父类的创建方法,添加自定义的过滤器配置。
- * @return FilterChainManager 过滤器链管理器实例
- */
@Override
protected FilterChainManager createFilterChainManager() {
- FilterChainManager manager = super.createFilterChainManager(); // 调用父类方法创建过滤器链管理器
-
- // 获取过滤器映射,以便修改特定过滤器的配置
- Map filterMap = manager.getFilters();
- // 获取无效请求过滤器实例
- Filter invalidRequestFilter = filterMap.get(DefaultFilter.invalidRequest.name());
+ FilterChainManager manager = super.createFilterChainManager();
+ // URL携带中文400,servletPath中文校验bug
+ Map filterMap = manager.getFilters();
+ Filter invalidRequestFilter = filterMap.get(DefaultFilter.invalidRequest.name());
if (invalidRequestFilter instanceof InvalidRequestFilter) {
- // 设置无效请求过滤器不阻止非ASCII字符,以允许中文URL
((InvalidRequestFilter) invalidRequestFilter).setBlockNonAscii(false);
}
- return manager; // 返回配置好的过滤器链管理器
+ return manager;
}
-}
\ No newline at end of file
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/shiro/ShiroRealm.java b/exam-api/src/main/java/com/yf/exam/ability/shiro/ShiroRealm.java
index d9b5844..76af5c5 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/shiro/ShiroRealm.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/shiro/ShiroRealm.java
@@ -1,135 +1,131 @@
-// 定义包路径,用于存放Shiro领域相关的类
package com.yf.exam.ability.shiro;
-import com.yf.exam.ability.shiro.jwt.JwtToken; // JWT令牌类
-import com.yf.exam.ability.shiro.jwt.JwtUtils; // JWT工具类
-import com.yf.exam.modules.sys.user.dto.response.SysUserLoginDTO; // 用户登录DTO
-import com.yf.exam.modules.sys.user.service.SysUserRoleService; // 用户角色服务
-import com.yf.exam.modules.sys.user.service.SysUserService; // 用户服务
-import lombok.extern.slf4j.Slf4j; // 日志注解
-import org.apache.shiro.authc.AuthenticationException; // 认证异常
-import org.apache.shiro.authc.AuthenticationInfo; // 认证信息
-import org.apache.shiro.authc.AuthenticationToken; // 认证令牌
-import org.apache.shiro.authc.SimpleAuthenticationInfo; // 简单认证信息
-import org.apache.shiro.authz.AuthorizationInfo; // 授权信息
-import org.apache.shiro.authz.SimpleAuthorizationInfo; // 简单授权信息
-import org.apache.shiro.realm.AuthorizingRealm; // 授权领域
-import org.apache.shiro.subject.PrincipalCollection; // 主体集合
-import org.springframework.beans.factory.annotation.Autowired; // Spring自动注入注解
-import org.springframework.context.annotation.Lazy; // 延迟注入注解
-import org.springframework.stereotype.Component; // Spring组件注解
-
-import java.util.HashSet; // 哈希集合
-import java.util.List; // 列表
+
+import com.yf.exam.ability.shiro.jwt.JwtToken;
+import com.yf.exam.ability.shiro.jwt.JwtUtils;
+import com.yf.exam.modules.sys.user.dto.response.SysUserLoginDTO;
+import com.yf.exam.modules.sys.user.service.SysUserRoleService;
+import com.yf.exam.modules.sys.user.service.SysUserService;
+import lombok.extern.slf4j.Slf4j;
+import org.apache.shiro.authc.AuthenticationException;
+import org.apache.shiro.authc.AuthenticationInfo;
+import org.apache.shiro.authc.AuthenticationToken;
+import org.apache.shiro.authc.SimpleAuthenticationInfo;
+import org.apache.shiro.authz.AuthorizationInfo;
+import org.apache.shiro.authz.SimpleAuthorizationInfo;
+import org.apache.shiro.realm.AuthorizingRealm;
+import org.apache.shiro.subject.PrincipalCollection;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.context.annotation.Lazy;
+import org.springframework.stereotype.Component;
+
+import java.util.HashSet;
+import java.util.List;
/**
- * 用户登录鉴权和获取用户授权的Shiro领域类
- * 负责用户的认证和授权,是Shiro框架中的核心组件之一。
+ * 用户登录鉴权和获取用户授权
* @author bool
*/
-@Component // 标记为Spring组件
-@Slf4j // 启用Slf4j日志
+@Component
+@Slf4j
public class ShiroRealm extends AuthorizingRealm {
- @Autowired
- @Lazy // 延迟注入,避免循环依赖
- private SysUserService sysUserService; // 用户服务
-
- @Autowired
- @Lazy // 延迟注入,避免循环依赖
- private SysUserRoleService sysUserRoleService; // 用户角色服务
-
- /**
- * 判断是否支持JWT令牌
- * 确定当前领域是否支持处理JWT令牌类型的认证。
- * @param token 认证令牌
- * @return 是否支持JWT令牌
- */
- @Override
- public boolean supports(AuthenticationToken token) {
- // 判断是否支持JWT令牌
- return token instanceof JwtToken; // 返回是否为JwtToken
- }
-
- /**
- * 详细授权认证
- * 获取用户的授权信息,包括角色和权限。
- * @param principals 主体集合
- * @return 授权信息
- */
- @Override
- protected AuthorizationInfo doGetAuthorizationInfo(PrincipalCollection principals) {
- String userId = null; // 用户ID
- if (principals != null) {
- SysUserLoginDTO user = (SysUserLoginDTO) principals.getPrimaryPrincipal(); // 获取用户信息
- userId = user.getId(); // 获取用户ID
- }
- SimpleAuthorizationInfo info = new SimpleAuthorizationInfo(); // 创建授权信息
-
- // 查找用户角色
- List roles = sysUserRoleService.listRoles(userId); // 获取用户角色列表
- info.setRoles(new HashSet<>(roles)); // 设置角色
-
- log.info("++++++++++校验详细权限完成"); // 日志记录
- return info; // 返回授权信息
- }
-
- /**
- * 校验用户的账号密码是否正确
- * 根据传入的认证令牌,验证用户的账号密码。
- * @param auth 认证令牌
- * @return 认证信息
- * @throws AuthenticationException 认证异常
- */
- @Override
- protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken auth) throws AuthenticationException {
- String token = (String) auth.getCredentials(); // 获取token
- if (token == null) {
- throw new AuthenticationException("token为空!"); // 抛出异常
- }
-
- // 校验token有效性
- SysUserLoginDTO user = this.checkToken(token); // 验证token并获取用户信息
- return new SimpleAuthenticationInfo(user, token, getName()); // 返回认证信息
- }
-
- /**
- * 校验Token的有效性
- * 验证JWT令牌的有效性,并获取对应的用户信息。
- * @param token JWT令牌
- * @return 用户登录DTO
- * @throws AuthenticationException 认证异常
- */
- public SysUserLoginDTO checkToken(String token) throws AuthenticationException {
- // 查询用户信息
- log.debug("++++++++++校验用户token: "+ token); // 日志记录
-
- // 从token中获取用户名
- String username = JwtUtils.getUsername(token); // 获取用户名
- log.debug("++++++++++用户名: "+ username); // 日志记录
-
- if (username == null) {
- throw new AuthenticationException("无效的token"); // 抛出异常
- }
-
- // 查找登录用户对象
- SysUserLoginDTO user = sysUserService.token(token); // 获取用户信息
-
- // 校验token是否失效
- if (!JwtUtils.verify(token, username)) {
- throw new AuthenticationException("登陆失效,请重试登陆!"); // 抛出异常
- }
-
- return user; // 返回用户信息
- }
-
- /**
- * 清除当前用户的权限认证缓存
- * 用于在用户信息变更后,清除缓存,确保权限信息的更新。
- * @param principals 主体集合
- */
- @Override
+ @Autowired
+ @Lazy
+ private SysUserService sysUserService;
+
+ @Autowired
+ @Lazy
+ private SysUserRoleService sysUserRoleService;
+
+
+ @Override
+ public boolean supports(AuthenticationToken token) {
+ return token instanceof JwtToken;
+ }
+
+
+ /**
+ * 详细授权认证
+ * @param principals
+ * @return
+ */
+ @Override
+ protected AuthorizationInfo doGetAuthorizationInfo(PrincipalCollection principals) {
+
+ String userId = null;
+ if (principals != null) {
+ SysUserLoginDTO user = (SysUserLoginDTO) principals.getPrimaryPrincipal();
+ userId = user.getId();
+ }
+ SimpleAuthorizationInfo info = new SimpleAuthorizationInfo();
+
+ // 查找用户角色
+ List roles = sysUserRoleService.listRoles(userId);
+ info.setRoles(new HashSet<>(roles));
+
+ log.info("++++++++++校验详细权限完成");
+ return info;
+ }
+
+ /**
+ * 校验用户的账号密码是否正确
+ * @param auth
+ * @return
+ * @throws AuthenticationException
+ */
+ @Override
+ protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken auth) throws AuthenticationException {
+ String token = (String) auth.getCredentials();
+ if (token == null) {
+ throw new AuthenticationException("token为空!");
+ }
+
+ // 校验token有效性
+ SysUserLoginDTO user = this.checkToken(token);
+ return new SimpleAuthenticationInfo(user, token, getName());
+ }
+
+
+ /**
+ * 校验Token的有效性
+ * @param token
+ * @return
+ * @throws AuthenticationException
+ */
+ public SysUserLoginDTO checkToken(String token) throws AuthenticationException {
+
+ // 查询用户信息
+ log.debug("++++++++++校验用户token: "+ token);
+
+ // 从token中获取用户名
+ String username = JwtUtils.getUsername(token);
+ log.debug("++++++++++用户名: "+ username);
+
+ if (username == null) {
+ throw new AuthenticationException("无效的token");
+ }
+
+ // 查找登录用户对象
+ SysUserLoginDTO user = sysUserService.token(token);
+
+ // 校验token是否失效
+ if (!JwtUtils.verify(token, username)) {
+ throw new AuthenticationException("登陆失效,请重试登陆!");
+ }
+
+ return user;
+ }
+
+
+
+ /**
+ * 清除当前用户的权限认证缓存
+ * @param principals
+ */
+ @Override
public void clearCache(PrincipalCollection principals) {
- super.clearCache(principals); // 清除缓存
+ super.clearCache(principals);
}
-}
\ No newline at end of file
+
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/shiro/aop/JwtFilter.java b/exam-api/src/main/java/com/yf/exam/ability/shiro/aop/JwtFilter.java
index 1fe9ff2..88cf448 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/shiro/aop/JwtFilter.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/shiro/aop/JwtFilter.java
@@ -1,84 +1,53 @@
-// 定义包路径,用于存放Shiro JWT认证过滤器相关的类
package com.yf.exam.ability.shiro.aop;
-// 导入所需的外部依赖包
-import com.yf.exam.ability.shiro.jwt.JwtToken; // JWT令牌类
-import com.yf.exam.aspect.utils.InjectUtils; // 工具类,用于注入错误信息
-import com.yf.exam.modules.Constant; // 常量类
-import lombok.extern.slf4j.Slf4j; // 日志注解
-import org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter; // Shiro基础认证过滤器
-import javax.servlet.ServletRequest; // Servlet请求接口
-import javax.servlet.ServletResponse; // Servlet响应接口
-import javax.servlet.http.HttpServletRequest; // HTTP请求类
-import javax.servlet.http.HttpServletResponse; // HTTP响应类
+import com.yf.exam.ability.shiro.jwt.JwtToken;
+import com.yf.exam.aspect.utils.InjectUtils;
+import com.yf.exam.modules.Constant;
+import lombok.extern.slf4j.Slf4j;
+import org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter;
+
+import javax.servlet.ServletRequest;
+import javax.servlet.ServletResponse;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
/**
- * JWT认证过滤器
- * 用于处理基于JWT的身份认证,确保只有持有有效JWT令牌的请求才能访问受保护的资源。
+ * 鉴权登录拦截器
* @author bool
*/
-@Slf4j // 启用Slf4j日志
+@Slf4j
public class JwtFilter extends BasicHttpAuthenticationFilter {
- /**
- * 判断是否允许访问
- * 所有的请求都会经过这个方法,用于判断是否需要登录认证。
- * 如果请求不需要认证(如访问公开资源),则直接返回true允许访问;
- * 如果需要认证,则尝试执行登录认证,根据认证结果决定是否允许访问。
- *
- * @param request 请求对象
- * @param response 响应对象
- * @param mappedValue 映射值
- * @return 是否允许访问
- */
- @Override
- protected boolean isAccessAllowed(ServletRequest request, ServletResponse response, Object mappedValue) {
- try {
- // 尝试执行登录认证
- executeLogin(request, response);
- // 认证成功返回true
- return true;
- } catch (Exception e) {
- // 认证失败时写入错误信息
- InjectUtils.restError((HttpServletResponse) response);
- // 返回false表示不允许访问
- return false;
- }
- }
+ /**
+ * 执行登录认证
+ * @param request
+ * @param response
+ * @param mappedValue
+ * @return
+ */
+ @Override
+ protected boolean isAccessAllowed(ServletRequest request, ServletResponse response, Object mappedValue) {
+ try {
+ executeLogin(request, response);
+ return true;
+ } catch (Exception e) {
+ // 写出统一错误信息
+ InjectUtils.restError((HttpServletResponse) response);
+ return false;
+ }
+ }
- /**
- * 执行登录认证
- * 从请求头中获取JWT token并进行认证,如果认证成功,则请求可以继续执行;
- * 如果认证失败(如token无效或过期),则抛出异常,由isAccessAllowed方法处理。
- *
- * @param request 请求对象
- * @param response 响应对象
- * @return 是否认证成功
- */
- @Override
- protected boolean executeLogin(ServletRequest request, ServletResponse response) throws Exception {
- // 将ServletRequest转换为HttpServletRequest
- HttpServletRequest httpServletRequest = (HttpServletRequest) request;
- // 从请求头中获取token
- String token = httpServletRequest.getHeader(Constant.TOKEN);
- // 如果token为空,则抛出异常
- if (token == null || "".equals(token)) {
- throw new Exception("token不能为空");
- }
+ @Override
+ protected boolean executeLogin(ServletRequest request, ServletResponse response) throws Exception {
+ HttpServletRequest httpServletRequest = (HttpServletRequest) request;
+ String token = httpServletRequest.getHeader(Constant.TOKEN);
- // 创建JWT token对象
- JwtToken jwtToken = new JwtToken(token);
- // 提交给realm进行登录认证
- try {
- getSubject(request, response).login(jwtToken);
- // 如果没有抛出异常则表示登录成功
- return true;
- } catch (Exception e) {
- // 登录失败,记录日志
- log.error("JWT认证失败", e);
- throw e;
- }
- }
-}
\ No newline at end of file
+ JwtToken jwtToken = new JwtToken(token);
+ // 提交给realm进行登入,如果错误他会抛出异常并被捕获
+ getSubject(request, response).login(jwtToken);
+ // 如果没有抛出异常则代表登入成功,返回true
+ return true;
+ }
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/shiro/jwt/JwtToken.java b/exam-api/src/main/java/com/yf/exam/ability/shiro/jwt/JwtToken.java
index 1e1fe4c..d5baab3 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/shiro/jwt/JwtToken.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/shiro/jwt/JwtToken.java
@@ -1,50 +1,33 @@
-// 定义包路径,用于存放JWT令牌相关的类
package com.yf.exam.ability.shiro.jwt;
-
-import lombok.Data; // Lombok注解,用于生成getter和setter
-import org.apache.shiro.authc.AuthenticationToken; // Shiro认证令牌接口
+
+import lombok.Data;
+import org.apache.shiro.authc.AuthenticationToken;
/**
- * JWT令牌实现类
- * 实现Shiro的AuthenticationToken接口,用于JWT认证
* @author bool
*/
-@Data // 自动生成getter和setter方法
+@Data
public class JwtToken implements AuthenticationToken {
- private static final long serialVersionUID = 1L; // 序列化ID
+ private static final long serialVersionUID = 1L;
/**
- * JWT的字符串token
- * 用于存储实际的JWT令牌字符串
+ * JWT的字符token
*/
- private String token; // JWT令牌字符串
+ private String token;
+
- /**
- * 构造函数
- * @param token JWT令牌字符串
- */
public JwtToken(String token) {
- this.token = token; // 设置token
+ this.token = token;
}
- /**
- * 获取身份信息
- * 实现AuthenticationToken接口的方法
- * @return 返回token作为身份信息
- */
@Override
public Object getPrincipal() {
- return token; // 返回token作为身份信息
+ return token;
}
- /**
- * 获取凭证信息
- * 实现AuthenticationToken接口的方法
- * @return 返回token作为凭证信息
- */
@Override
public Object getCredentials() {
- return token; // 返回token作为凭证信息
+ return token;
}
-}
\ No newline at end of file
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/shiro/jwt/JwtUtils.java b/exam-api/src/main/java/com/yf/exam/ability/shiro/jwt/JwtUtils.java
index ec2d907..4a66759 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/shiro/jwt/JwtUtils.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/shiro/jwt/JwtUtils.java
@@ -1,15 +1,14 @@
-// 定义包路径,用于存放JWT工具类
package com.yf.exam.ability.shiro.jwt;
-import com.auth0.jwt.JWT; // JWT工具类
-import com.auth0.jwt.JWTVerifier; // JWT验证器
-import com.auth0.jwt.algorithms.Algorithm; // JWT算法
-import com.auth0.jwt.exceptions.JWTDecodeException; // JWT解码异常
-import com.auth0.jwt.interfaces.DecodedJWT; // 解码后的JWT
-import com.yf.exam.core.utils.file.Md5Util; // MD5工具类
+import com.auth0.jwt.JWT;
+import com.auth0.jwt.JWTVerifier;
+import com.auth0.jwt.algorithms.Algorithm;
+import com.auth0.jwt.exceptions.JWTDecodeException;
+import com.auth0.jwt.interfaces.DecodedJWT;
+import com.yf.exam.core.utils.file.Md5Util;
-import java.util.Calendar; // 日历类
-import java.util.Date; // 日期类
+import java.util.Calendar;
+import java.util.Date;
/**
* JWT工具类
@@ -20,74 +19,81 @@ public class JwtUtils {
/**
* 有效期24小时
*/
- private static final long EXPIRE_TIME = 24 * 60 * 60 * 1000; // JWT有效期
+ private static final long EXPIRE_TIME = 24 * 60 * 60 * 1000;
+
/**
* 校验是否正确
- * @param token JWT令牌
- * @param username 用户名
- * @return 是否有效
+ * @param token
+ * @param username
+ * @return
*/
public static boolean verify(String token, String username) {
try {
// 根据密码生成JWT效验器
- Algorithm algorithm = Algorithm.HMAC256(encryptSecret(username)); // 创建算法
- JWTVerifier verifier = JWT.require(algorithm) // 创建验证器
- .withClaim("username", username) // 添加用户名声明
- .build(); // 构建验证器
+ Algorithm algorithm = Algorithm.HMAC256(encryptSecret(username));
+ JWTVerifier verifier = JWT.require(algorithm)
+ .withClaim("username", username)
+ .build();
// 效验TOKEN
- verifier.verify(token); // 验证token
- return true; // 返回验证成功
+ verifier.verify(token);
+ return true;
} catch (Exception exception) {
- return false; // 返回验证失败
+ return false;
}
}
+
+
+
+
/**
* 从Token中解密获得用户名
- * @param token JWT令牌
- * @return 用户名
+ * @param token
+ * @return
*/
public static String getUsername(String token) {
try {
- DecodedJWT jwt = JWT.decode(token); // 解码JWT
- return jwt.getClaim("username").asString(); // 获取用户名
+ DecodedJWT jwt = JWT.decode(token);
+ return jwt.getClaim("username").asString();
} catch (JWTDecodeException e) {
- return null; // 返回null表示解码失败
+ return null;
}
}
/**
* 生成JWT Token字符串
- * @param username 用户名
- * @return JWT令牌字符串
+ * @param username
+ * @return
*/
public static String sign(String username) {
- Date date = new Date(System.currentTimeMillis() + EXPIRE_TIME); // 设置过期时间
- Algorithm algorithm = Algorithm.HMAC256(encryptSecret(username)); // 创建算法
+ Date date = new Date(System.currentTimeMillis() + EXPIRE_TIME);
+ Algorithm algorithm = Algorithm.HMAC256(encryptSecret(username));
// 附带username信息
- return JWT.create() // 创建JWT
- .withClaim("username", username) // 添加用户名声明
- .withExpiresAt(date).sign(algorithm); // 设置过期时间并签名
+ return JWT.create()
+ .withClaim("username", username)
+ .withExpiresAt(date).sign(algorithm);
+
}
/**
* 根据用户名和秘钥,生成一个新的秘钥,用于JWT加强一些安全性
- * @param userName 用户名
- * @return 加密后的秘钥
+ * @param userName
+ * @return
*/
private static String encryptSecret(String userName){
+
// 一个简单的登录规则,用户名+当前月份为加密串,意思每个月会变,要重新登录
// 可自行修改此规则
- Calendar cl = Calendar.getInstance(); // 获取当前日历
- cl.setTimeInMillis(System.currentTimeMillis()); // 设置当前时间
- StringBuffer sb = new StringBuffer(userName) // 创建字符串缓冲区
- .append("&") // 添加分隔符
- .append(cl.get(Calendar.MONTH)); // 添加当前月份
+ Calendar cl = Calendar.getInstance();
+ cl.setTimeInMillis(System.currentTimeMillis());
+ StringBuffer sb = new StringBuffer(userName)
+ .append("&")
+ .append(cl.get(Calendar.MONTH));
// 获取MD5
- String secret = Md5Util.md5(sb.toString()); // 生成MD5秘钥
+ String secret = Md5Util.md5(sb.toString());
- return Md5Util.md5(userName + "&" + secret); // 返回加密后的秘钥
+ return Md5Util.md5(userName + "&" + secret);
}
-}
\ No newline at end of file
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/upload/config/UploadConfig.java b/exam-api/src/main/java/com/yf/exam/ability/upload/config/UploadConfig.java
index a0cb14b..e35d73d 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/upload/config/UploadConfig.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/upload/config/UploadConfig.java
@@ -1,36 +1,32 @@
-// 定义包路径,用于存放文件上传配置相关的类
package com.yf.exam.ability.upload.config;
-import lombok.Data; // Lombok注解,用于简化数据类的编写,自动生成getter和setter
-import org.springframework.boot.context.properties.ConfigurationProperties; // Spring Boot配置属性注解,用于将配置文件中的属性绑定到Java对象
-import org.springframework.context.annotation.Configuration; // Spring配置注解,标记为配置类
+import lombok.Data;
+import org.springframework.boot.context.properties.ConfigurationProperties;
+import org.springframework.context.annotation.Configuration;
+
/**
- * 文件上传配置类
- * 用于定义文件上传的相关配置,如访问路径、物理目录和允许的文件后缀等。
- * 这些配置通常在application.yml或application.properties中定义,并由Spring Boot自动加载。
+ * 文件上传配置
* @author van
*/
-@Data // 使用Lombok注解,自动生成getter和setter方法
-@Configuration // 标记为Spring配置类,表示这是一个配置类
-@ConfigurationProperties(prefix = "conf.upload") // 指定配置文件中属性的前缀,这里是"conf.upload"
+@Data
+@Configuration
+@ConfigurationProperties(prefix = "conf.upload")
public class UploadConfig {
/**
- * 文件访问路径
- * 定义文件上传后对外访问的基础URL路径。
+ * 访问路径
*/
- private String url; // 文件访问的URL
+ private String url;
/**
- * 文件存储物理目录
- * 定义文件上传后在服务器上的存储路径。
+ * 物理目录
*/
- private String dir; // 文件存储的物理目录
+ private String dir;
/**
- * 允许的文件后缀
- * 定义允许上传的文件类型,通过文件后缀来限制。
+ * 允许的后缀
*/
- private String[] allowExtensions; // 允许上传的文件后缀
-}
\ No newline at end of file
+ private String [] allowExtensions;
+
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/upload/controller/UploadController.java b/exam-api/src/main/java/com/yf/exam/ability/upload/controller/UploadController.java
index 1849a4b..4c85250 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/upload/controller/UploadController.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/upload/controller/UploadController.java
@@ -1,62 +1,57 @@
-// 定义包路径,用于存放文件上传下载请求类
package com.yf.exam.ability.upload.controller;
-import com.yf.exam.ability.Constant; // 常量类,包含系统配置的常量值
-import com.yf.exam.ability.upload.dto.UploadReqDTO; // 文件上传请求DTO,封装上传文件所需的数据
-import com.yf.exam.ability.upload.dto.UploadRespDTO; // 文件上传响应DTO,封装上传文件后的响应数据
-import com.yf.exam.ability.upload.service.UploadService; // 文件上传服务,提供文件上传和下载的业务逻辑
-import com.yf.exam.core.api.ApiRest; // API响应类,封装统一的API响应格式
-import com.yf.exam.core.api.controller.BaseController; // 基础控制器,提供基础的控制器功能
-import io.swagger.annotations.Api; // Swagger API注解,用于描述API信息
-import io.swagger.annotations.ApiOperation; // Swagger API操作注解,用于描述单个API操作
-import lombok.extern.log4j.Log4j2; // 日志注解,提供日志功能
-import org.springframework.beans.factory.annotation.Autowired; // Spring自动注入注解,用于注入Spring管理的Bean
-import org.springframework.web.bind.annotation.GetMapping; // GET请求映射注解,用于映射GET请求到方法
-import org.springframework.web.bind.annotation.ModelAttribute; // 模型属性注解,用于将请求参数绑定到模型对象
-import org.springframework.web.bind.annotation.PostMapping; // POST请求映射注解,用于映射POST请求到方法
-import org.springframework.web.bind.annotation.RestController; // REST控制器注解,标记为REST风格的控制器
-import javax.servlet.http.HttpServletRequest; // HTTP请求类,表示HTTP请求
-import javax.servlet.http.HttpServletResponse; // HTTP响应类,表示HTTP响应
+import com.yf.exam.ability.Constant;
+import com.yf.exam.ability.upload.dto.UploadReqDTO;
+import com.yf.exam.ability.upload.dto.UploadRespDTO;
+import com.yf.exam.ability.upload.service.UploadService;
+import com.yf.exam.core.api.ApiRest;
+import com.yf.exam.core.api.controller.BaseController;
+import io.swagger.annotations.Api;
+import io.swagger.annotations.ApiOperation;
+import lombok.extern.log4j.Log4j2;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.web.bind.annotation.GetMapping;
+import org.springframework.web.bind.annotation.ModelAttribute;
+import org.springframework.web.bind.annotation.PostMapping;
+import org.springframework.web.bind.annotation.RestController;
+
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
/**
* 本地文件上传下载请求类
- * 负责处理文件上传和下载的请求,提供RESTful API接口。
* @author bool
*/
-@Log4j2 // 启用Log4j2日志
-@Api(tags = {"文件上传"}) // Swagger API标签,用于分类API
-@RestController // 标记为REST控制器,表示该类是一个REST风格的控制器
+@Log4j2
+@Api(tags = {"文件上传"})
+@RestController
public class UploadController extends BaseController {
@Autowired
- private UploadService uploadService; // 文件上传服务,自动注入
+ private UploadService uploadService;
/**
* 文件上传
- * 处理文件上传请求,接收上传文件的数据,并返回上传结果。
- *
- * @param reqDTO 上传请求DTO,包含上传文件所需的数据
- * @return 上传响应,封装上传文件后的响应数据
+ * @param reqDTO
+ * @return
*/
- @PostMapping("/common/api/file/upload") // POST请求映射,指定请求路径
- @ApiOperation(value = "文件上传", notes = "此接口较为特殊,参数都通过表单方式提交,而非JSON") // Swagger API操作描述
+ @PostMapping("/common/api/file/upload")
+ @ApiOperation(value = "文件上传", notes = "此接口较为特殊,参数都通过表单方式提交,而非JSON")
public ApiRest upload(@ModelAttribute UploadReqDTO reqDTO) {
// 上传并返回URL
- UploadRespDTO respDTO = uploadService.upload(reqDTO); // 调用上传服务
- return super.success(respDTO); // 返回成功响应
+ UploadRespDTO respDTO = uploadService.upload(reqDTO);
+ return super.success(respDTO);
}
/**
* 独立文件下载
- * 处理文件下载请求,根据请求参数返回对应的文件。
- *
- * @param request HTTP请求,包含下载请求的信息
- * @param response HTTP响应,用于返回文件内容
+ * @param request
+ * @param response
*/
- @GetMapping(Constant.FILE_PREFIX+"**") // GET请求映射,指定请求路径前缀
- @ApiOperation(value = "文件下载", notes = "文件下载") // Swagger API操作描述
+ @GetMapping(Constant.FILE_PREFIX+"**")
+ @ApiOperation(value = "文件下载", notes = "文件下载")
public void download(HttpServletRequest request, HttpServletResponse response) {
- uploadService.download(request, response); // 调用下载服务
+ uploadService.download(request, response);
}
-}
\ No newline at end of file
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/upload/dto/UploadReqDTO.java b/exam-api/src/main/java/com/yf/exam/ability/upload/dto/UploadReqDTO.java
index 0e4a0f1..df2f286 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/upload/dto/UploadReqDTO.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/upload/dto/UploadReqDTO.java
@@ -1,26 +1,22 @@
-// 定义包路径,用于存放文件上传请求DTO
package com.yf.exam.ability.upload.dto;
-import com.yf.exam.core.api.dto.BaseDTO; // 导入基础DTO类,提供通用的数据传输对象功能
-import io.swagger.annotations.ApiModel; // 导入Swagger API模型注解,用于描述API模型
-import io.swagger.annotations.ApiModelProperty; // 导入Swagger API模型属性注解,用于描述API模型的属性
-import lombok.Data; // 导入Lombok注解,用于简化数据类的编写,自动生成getter和setter
-import org.springframework.web.multipart.MultipartFile; // 导入Spring文件上传类,用于处理上传的文件
+
+import com.yf.exam.core.api.dto.BaseDTO;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+import org.springframework.web.multipart.MultipartFile;
/**
* 文件上传请求类
- * 用于封装文件上传请求中的数据,包括上传的文件内容。
- * @author van
+ * @author
* @date 2019-12-26 17:54
*/
-@Data // 使用Lombok注解,自动生成getter和setter方法
-@ApiModel(value="文件上传参数", description="文件上传参数") // 使用Swagger注解,描述API模型
+@Data
+@ApiModel(value="文件上传参数", description="文件上传参数")
public class UploadReqDTO extends BaseDTO {
- /**
- * 上传文件内容
- * 用于存储上传文件的数据,包括文件名、文件类型、文件大小等信息。
- */
- @ApiModelProperty(value = "上传文件内容", required=true) // 使用Swagger注解,描述API模型属性
- private MultipartFile file; // 上传的文件内容
-}
\ No newline at end of file
+ @ApiModelProperty(value = "上传文件内容", required=true)
+ private MultipartFile file;
+
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/upload/dto/UploadRespDTO.java b/exam-api/src/main/java/com/yf/exam/ability/upload/dto/UploadRespDTO.java
index cbce697..b91106e 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/upload/dto/UploadRespDTO.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/upload/dto/UploadRespDTO.java
@@ -1,28 +1,23 @@
-// 定义包路径,用于存放文件上传响应DTO
package com.yf.exam.ability.upload.dto;
-import com.yf.exam.core.api.dto.BaseDTO; // 导入基础DTO类,提供通用的数据传输对象功能
-import io.swagger.annotations.ApiModel; // 导入Swagger API模型注解,用于描述API模型
-import io.swagger.annotations.ApiModelProperty; // 导入Swagger API模型属性注解,用于描述API模型的属性
-import lombok.AllArgsConstructor; // 导入Lombok注解,用于生成全参构造函数
-import lombok.Data; // 导入Lombok注解,用于生成getter和setter方法
-import lombok.NoArgsConstructor; // 导入Lombok注解,用于生成无参构造函数
+import com.yf.exam.core.api.dto.BaseDTO;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.AllArgsConstructor;
+import lombok.Data;
+import lombok.NoArgsConstructor;
/**
- * 文件上传响应DTO
- * 用于封装文件上传操作的结果,包括上传后的文件URL等信息。
+ * 上传文件结果
* @author bool
*/
-@Data // 使用Lombok注解,自动生成getter和setter方法
-@AllArgsConstructor // 使用Lombok注解,生成全参构造函数
-@NoArgsConstructor // 使用Lombok注解,生成无参构造函数
-@ApiModel(value="文件上传响应", description="文件上传响应") // 使用Swagger注解,描述API模型
+@Data
+@AllArgsConstructor
+@NoArgsConstructor
+@ApiModel(value="文件上传响应", description="文件上传响应")
public class UploadRespDTO extends BaseDTO {
- /**
- * 上传后的完整URL地址
- * 存储文件上传成功后,文件的完整访问URL地址。
- */
- @ApiModelProperty(value = "上传后的完整的URL地址", required=true) // 使用Swagger注解,描述API模型属性
- private String url; // 上传后的完整URL地址
-}
\ No newline at end of file
+ @ApiModelProperty(value = "上传后的完整的URL地址", required=true)
+ private String url;
+
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/upload/service/UploadService.java b/exam-api/src/main/java/com/yf/exam/ability/upload/service/UploadService.java
index 44617b6..ef516ec 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/upload/service/UploadService.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/upload/service/UploadService.java
@@ -1,62 +1,30 @@
package com.yf.exam.ability.upload.service;
-// 这一行声明了该Java类所属的包名为com.yf.exam.ability.upload.service。
-// 包用于组织和管理相关的Java类,避免类名冲突,方便代码的模块化和复用。
-import com.yf.exam.ability.upload.dto.UploadReqDTO; // 导入文件上传请求DTO
-// 导入了名为UploadReqDTO的类,它位于com.yf.exam.ability.upload.dto包下。
-// 这个类通常用于封装文件上传请求相关的数据,比如要上传的文件信息、上传的相关参数等。
+import com.yf.exam.ability.upload.dto.UploadReqDTO;
+import com.yf.exam.ability.upload.dto.UploadRespDTO;
-import com.yf.exam.ability.upload.dto.UploadRespDTO; // 导入文件上传响应DTO
-// 导入了名为UploadRespDTO的类,同样位于com.yf.exam.ability.upload.dto包下。
-// 它主要用于封装文件上传操作完成后返回的响应数据,例如上传是否成功的标识、上传后的文件存储路径等信息。
-
-import javax.servlet.http.HttpServletRequest; // 导入HTTP请求类
-// 引入了Java EE中用于处理HTTP请求的标准类HttpServletRequest。
-// 在文件下载等操作中,会通过这个类获取客户端发送过来的关于下载请求的各种信息,如请求的URL、请求头信息等。
-
-import javax.servlet.http.HttpServletResponse; // 导入HTTP响应类
-// 引入了Java EE中用于处理HTTP响应的标准类HttpServletResponse。
-// 在文件下载操作中,会使用这个类来设置响应的状态码、响应头信息以及将文件内容返回给客户端。
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
/**
- * 文件上传服务接口
- * 定义文件上传和下载的相关业务操作,提供统一的接口供外部调用。
- * @author bool
+ * 阿里云OSS业务类
+ * @author bool
* @date 2019-07-12 16:45
*/
-// 这是一个Java接口的文档注释,用于描述该接口的整体功能和用途。
-// 说明这个接口主要是用来定义与文件上传和下载相关的业务操作方法,
-// 并且其他类可以通过实现这个接口来提供具体的实现,以达到统一调用的目的。
-// 同时标注了接口的作者是bool,创建日期是2019年7月12日16:45。
-
public interface UploadService {
- // 这里定义了一个名为UploadService的公共接口。
- // 接口中只包含方法的声明,不包含方法的具体实现,具体实现由实现该接口的类来完成。
/**
* 文件上传
- * 方法用于处理文件上传请求,接收上传文件的数据,并返回上传结果。
- *
- * @param reqDTO 上传请求DTO,包含上传文件所需的数据
- * @return 上传响应DTO,封装上传文件后的响应数据
+ * @param reqDTO
+ * @return
*/
- // 这是接口中定义的一个方法声明,名为upload。
- // 它的功能是处理文件上传请求,通过接收传入的UploadReqDTO对象(其中包含了上传文件所需的各种数据),
- // 然后在具体实现类中执行实际的上传操作,最后返回一个UploadRespDTO对象,该对象封装了上传文件后的响应数据。
-
UploadRespDTO upload(UploadReqDTO reqDTO);
/**
- * 文件下载
- * 方法用于处理文件下载请求,根据请求参数返回对应的文件。
- *
- * @param request HTTP请求,包含下载请求的信息
- * @param response HTTP响应,用于返回文件内容
+ * 下载文件
+ * @param request
+ * @param response
*/
- // 这是接口中定义的另一个方法声明,名为download。
- // 它用于处理文件下载请求,会接收一个HttpServletRequest对象(其中包含了客户端发送的关于下载请求的所有信息)
- // 和一个HttpServletResponse对象(用于设置响应相关的信息并将文件内容返回给客户端),
- // 在具体实现类中根据请求参数找到对应的要下载的文件,并通过HttpServletResponse将文件内容返回给客户端。
-
void download(HttpServletRequest request, HttpServletResponse response);
-}
\ No newline at end of file
+
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/upload/service/impl/UploadServiceImpl.java b/exam-api/src/main/java/com/yf/exam/ability/upload/service/impl/UploadServiceImpl.java
index 6d1a60e..ef70f40 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/upload/service/impl/UploadServiceImpl.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/upload/service/impl/UploadServiceImpl.java
@@ -1,143 +1,135 @@
-// 定义包路径,用于存放文件上传服务实现类
package com.yf.exam.ability.upload.service.impl;
-import com.yf.exam.ability.Constant; // 导入常量类,包含系统配置的常量值
-import com.yf.exam.ability.upload.config.UploadConfig; // 导入文件上传配置类,包含文件上传的相关配置
-import com.yf.exam.ability.upload.dto.UploadReqDTO; // 导入文件上传请求DTO,封装上传文件所需的数据
-import com.yf.exam.ability.upload.dto.UploadRespDTO; // 导入文件上传响应DTO,封装上传文件后的响应数据
-import com.yf.exam.ability.upload.service.UploadService; // 导入文件上传服务接口,定义文件上传的相关业务操作
-import com.yf.exam.ability.upload.utils.FileUtils; // 导入文件工具类,提供文件操作的辅助功能
-import com.yf.exam.core.exception.ServiceException; // 导入服务异常类,处理业务逻辑中的异常情况
-import lombok.extern.log4j.Log4j2; // 导入日志注解,提供日志功能
-import org.apache.commons.io.FilenameUtils; // 导入文件名工具类,提供文件名和扩展名操作的辅助功能
-import org.springframework.beans.factory.annotation.Autowired; // 导入Spring自动注入注解,用于注入Spring管理的Bean
-import org.springframework.stereotype.Service; // 导入Spring服务注解,标记为服务组件
-import org.springframework.util.FileCopyUtils; // 导入文件复制工具类,提供文件复制的功能
-import org.springframework.web.multipart.MultipartFile; // 导入Spring文件上传类,处理上传的文件
-
-import javax.servlet.http.HttpServletRequest; // 导入HTTP请求类,表示HTTP请求
-import javax.servlet.http.HttpServletResponse; // 导入HTTP响应类,表示HTTP响应
-import java.io.FileOutputStream; // 导入文件输出流,用于将文件内容写入文件
-import java.io.IOException; // 导入IO异常类,处理IO操作中的异常情况
-import java.io.UnsupportedEncodingException; // 导入不支持的编码异常类,处理编码问题
-import java.net.URLDecoder; // 导入URL解码类,用于解码URL
-import java.util.regex.Matcher; // 导入正则表达式匹配器,用于匹配正则表达式
-import java.util.regex.Pattern; // 导入正则表达式类,用于编译正则表达式
+import com.yf.exam.ability.Constant;
+import com.yf.exam.ability.upload.config.UploadConfig;
+import com.yf.exam.ability.upload.dto.UploadReqDTO;
+import com.yf.exam.ability.upload.dto.UploadRespDTO;
+import com.yf.exam.ability.upload.service.UploadService;
+import com.yf.exam.ability.upload.utils.FileUtils;
+import com.yf.exam.core.exception.ServiceException;
+import lombok.extern.log4j.Log4j2;
+import org.apache.commons.io.FilenameUtils;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import org.springframework.util.FileCopyUtils;
+import org.springframework.web.multipart.MultipartFile;
+
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.UnsupportedEncodingException;
+import java.net.URLDecoder;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
/**
* 文件上传业务类
- * 实现文件上传服务接口,提供文件上传和下载的业务逻辑。
* @author bool
* @date 2019-07-30 21:02
*/
-@Log4j2 // 使用Log4j2日志注解,启用日志功能
-@Service // 使用Spring服务注解,标记为服务组件
+@Log4j2
+@Service
public class UploadServiceImpl implements UploadService {
@Autowired
- private UploadConfig conf; // 自动注入文件上传配置
+ private UploadConfig conf;
- /**
- * 文件上传
- * 实现文件上传业务逻辑,包括文件验证、文件保存和返回上传结果。
- *
- * @param reqDTO 上传请求DTO,包含上传文件所需的数据
- * @return 上传响应DTO,封装上传文件后的响应数据
- */
@Override
public UploadRespDTO upload(UploadReqDTO reqDTO) {
+
+
// 文件内容
- MultipartFile file = reqDTO.getFile(); // 获取上传的文件
+ MultipartFile file = reqDTO.getFile();
// 验证文件后缀
- boolean allow = FilenameUtils.isExtension(file.getOriginalFilename(), conf.getAllowExtensions()); // 验证文件后缀
+ boolean allow = FilenameUtils.isExtension(file.getOriginalFilename(), conf.getAllowExtensions());
if(!allow){
- throw new ServiceException("文件类型不允许上传!"); // 抛出异常
+ throw new ServiceException("文件类型不允许上传!");
}
// 上传文件夹
- String fileDir = conf.getDir(); // 获取文件存储目录
+ String fileDir = conf.getDir();
// 真实物理地址
String fullPath;
try {
+
// 新文件
- String filePath = FileUtils.processPath(file); // 处理文件路径
+ String filePath = FileUtils.processPath(file);
// 文件保存地址
- fullPath = fileDir + filePath; // 拼接完整路径
+ fullPath = fileDir + filePath;
// 创建文件夹
- FileUtils.checkDir(fullPath); // 检查并创建文件夹
+ FileUtils.checkDir(fullPath);
// 上传文件
- FileCopyUtils.copy(file.getInputStream(), new FileOutputStream(fullPath)); // 复制文件内容到指定路径
+ FileCopyUtils.copy(file.getInputStream(), new FileOutputStream(fullPath));
- return this.generateResult(filePath); // 返回上传结果
+ return this.generateResult(filePath);
} catch (IOException e) {
- e.printStackTrace(); // 打印异常堆栈
- throw new ServiceException("文件上传失败:"+e.getMessage()); // 抛出异常
+ e.printStackTrace();
+ throw new ServiceException("文件上传失败:"+e.getMessage());
}
}
- /**
- * 独立文件下载
- * 实现文件下载业务逻辑,包括获取文件真实路径和返回文件内容。
- *
- * @param request HTTP请求,包含下载请求的信息
- * @param response HTTP响应,用于返回文件内容
- */
+
+
@Override
public void download(HttpServletRequest request, HttpServletResponse response) {
+
// 获取真实的文件路径
- String filePath = this.getRealPath(request.getRequestURI()); // 获取文件的真实路径
+ String filePath = this.getRealPath(request.getRequestURI());
// 处理中文问题
try {
- filePath = URLDecoder.decode(filePath, "utf-8"); // 解码文件路径
+ filePath = URLDecoder.decode(filePath, "utf-8");
} catch (UnsupportedEncodingException e) {
- throw new RuntimeException(e); // 抛出运行时异常
+ throw new RuntimeException(e);
}
- System.out.println("++++完整路径为:"+filePath); // 打印完整路径
+ System.out.println("++++完整路径为:"+filePath);
try {
- FileUtils.writeRange(request, response, filePath); // 调用文件工具类进行文件写入
+ FileUtils.writeRange(request, response, filePath);
} catch (IOException e) {
- response.setStatus(404); // 设置响应状态为404
- log.error("预览文件失败" + e.getMessage()); // 打印错误日志
+ response.setStatus(404);
+ log.error("预览文件失败" + e.getMessage());
}
}
+
/**
* 构造返回
- * 根据文件名构造上传响应DTO,包含上传后的完整URL地址。
- *
- * @param fileName 文件名
- * @return 上传响应DTO
+ * @param fileName
+ * @return
*/
private UploadRespDTO generateResult(String fileName) {
+
//获取加速域名
- String domain = conf.getUrl(); // 获取文件访问的URL
+ String domain = conf.getUrl();
// 返回结果
- return new UploadRespDTO(domain + fileName); // 返回上传响应DTO
+ return new UploadRespDTO(domain + fileName);
}
+
/**
* 获取真实物理文件地址
- * 根据请求URI获取文件的真实物理路径。
- *
- * @param uri 请求URI
- * @return 真实文件路径
+ * @param uri
+ * @return
*/
public String getRealPath(String uri){
- String regx = Constant.FILE_PREFIX+"(.*)"; // 正则表达式匹配文件路径
+
+ String regx = Constant.FILE_PREFIX+"(.*)";
// 查找全部变量
- Pattern pattern = Pattern.compile(regx); // 编译正则表达式
- Matcher m = pattern.matcher(uri); // 创建匹配器
+ Pattern pattern = Pattern.compile(regx);
+ Matcher m = pattern.matcher(uri);
if (m.find()) {
- String str = m.group(1); // 获取匹配的文件路径
- return conf.getDir() + str; // 返回真实文件路径
+ String str = m.group(1);
+ return conf.getDir() + str;
}
- return null; // 返回null表示未找到
+ return null;
}
-}
\ No newline at end of file
+
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/upload/utils/FileUtils.java b/exam-api/src/main/java/com/yf/exam/ability/upload/utils/FileUtils.java
index 0c45c41..539ecb0 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/upload/utils/FileUtils.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/upload/utils/FileUtils.java
@@ -1,169 +1,172 @@
-// 定义包路径,用于存放文件工具类
package com.yf.exam.ability.upload.utils;
-import com.baomidou.mybatisplus.core.toolkit.IdWorker; // 导入ID生成工具,用于生成唯一的文件名
-import com.yf.exam.core.utils.DateUtils; // 导入日期工具类,用于处理日期相关的操作
-import org.apache.commons.io.FilenameUtils; // 导入文件名工具类,用于处理文件名和扩展名
-import org.springframework.web.multipart.MultipartFile; // 导入Spring文件上传类,用于处理上传的文件
+import com.baomidou.mybatisplus.core.toolkit.IdWorker;
+import com.yf.exam.core.utils.DateUtils;
+import org.apache.commons.io.FilenameUtils;
+import org.springframework.web.multipart.MultipartFile;
-import javax.servlet.ServletOutputStream; // 导入Servlet输出流,用于写入HTTP响应
-import javax.servlet.http.HttpServletRequest; // 导入HTTP请求类,表示客户端的请求
-import javax.servlet.http.HttpServletResponse; // 导入HTTP响应类,表示服务器的响应
-import java.io.File; // 导入文件类,用于操作文件和目录
-import java.io.IOException; // 导入IO异常类,处理IO操作中的异常
-import java.io.RandomAccessFile; // 导入随机访问文件类,用于高效地读写文件
-import java.util.Date; // 导入日期类,用于处理日期和时间
+import javax.servlet.ServletOutputStream;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+import java.io.File;
+import java.io.IOException;
+import java.io.RandomAccessFile;
+import java.util.Date;
/**
* 文件工具类
- * 提供文件操作的辅助功能,包括文件上传、下载、重命名和目录管理等。
* @author bool
*/
public class FileUtils {
- /**
- * 后缀分割符号
- * 用于分割文件名和扩展名。
- */
- private static final String SUFFIX_SPLIT = "."; // 文件后缀分隔符
-
- /**
- * 支持以断点的方式输出文件,提供文件在线预览和视频在线播放
- * 方法用于处理HTTP请求,以断点续传的方式输出文件内容,支持文件在线预览和视频在线播放。
- *
- * @param request HTTP请求,包含客户端的请求信息
- * @param response HTTP响应,包含服务器的响应信息
- * @param filePath 文件路径,指定要输出的文件
- * @throws IOException IO异常,处理文件操作中的异常
- */
- public static void writeRange(HttpServletRequest request, HttpServletResponse response, String filePath) throws IOException {
- // 读取文件
- File file = new File(filePath); // 创建文件对象
-
- // 只读模式
- RandomAccessFile randomFile = new RandomAccessFile(file, "r"); // 创建随机访问文件对象
- long contentLength = randomFile.length(); // 获取文件长度
- String range = request.getHeader("Range"); // 获取请求头中的Range
- int start = 0, end = 0; // 初始化起始和结束位置
- if (range != null && range.startsWith("bytes=")) {
- String[] values = range.split("=")[1].split("-"); // 解析Range
- start = Integer.parseInt(values[0]); // 获取起始位置
- if (values.length > 1) {
- end = Integer.parseInt(values[1]); // 获取结束位置
- }
- }
- int requestSize; // 请求大小
- if (end != 0 && end > start) {
- requestSize = end - start + 1; // 计算请求大小
- } else {
- requestSize = Integer.MAX_VALUE; // 设置为最大值
- }
-
- byte[] buffer = new byte[128]; // 创建缓冲区
- response.setContentType(MediaUtils.getContentType(filePath)); // 设置响应内容类型
- response.setHeader("Accept-Ranges", "bytes"); // 设置支持的范围
- response.setHeader("ETag", file.getName()); // 设置文件名
- response.setHeader("Last-Modified", new Date().toString()); // 设置最后修改时间
- // 第一次请求只返回content length来让客户端请求多次实际数据
- if (range == null) {
- response.setHeader("Content-length", contentLength + ""); // 设置内容长度
- } else {
- // 以后的多次以断点续传的方式来返回视频数据
- response.setStatus(HttpServletResponse.SC_PARTIAL_CONTENT); // 设置部分内容状态
- long requestStart = 0, requestEnd = 0; // 初始化请求起始和结束位置
- String[] ranges = range.split("="); // 解析Range
- if (ranges.length > 1) {
- String[] rangeData = ranges[1].split("-"); // 获取范围数据
- requestStart = Integer.parseInt(rangeData[0]); // 获取请求起始位置
- if (rangeData.length > 1) {
- requestEnd = Integer.parseInt(rangeData[1]); // 获取请求结束位置
- }
- }
- long length; // 请求长度
- if (requestEnd > 0) {
- length = requestEnd - requestStart + 1; // 计算请求长度
- response.setHeader("Content-length", "" + length); // 设置内容长度
- response.setHeader("Content-Range", "bytes " + requestStart + "-" + requestEnd + "/" + contentLength); // 设置内容范围
- } else {
- length = contentLength - requestStart; // 计算请求长度
- response.setHeader("Content-length", "" + length); // 设置内容长度
- response.setHeader("Content-Range", "bytes " + requestStart + "-" + (contentLength - 1) + "/" + contentLength); // 设置内容范围
- }
- }
- ServletOutputStream out = response.getOutputStream(); // 获取输出流
- int needSize = requestSize; // 需要的大小
- randomFile.seek(start); // 移动到起始位置
- while (needSize > 0) {
- int len = randomFile.read(buffer); // 读取文件内容
- if (needSize < buffer.length) {
- out.write(buffer, 0, needSize); // 写入需要的大小
- } else {
- out.write(buffer, 0, len); // 写入缓冲区内容
- if (len < buffer.length) {
- break; // 如果读取的长度小于缓冲区长度,退出循环
- }
- }
- needSize -= buffer.length; // 减少需要的大小
- }
- randomFile.close(); // 关闭随机访问文件
- out.close(); // 关闭输出流
- }
-
- /**
- * 重命名文件
- * 方法用于生成新的文件名,避免文件名冲突。
- *
- * @param fileName 文件名
- * @return 新文件名
- */
- public static String renameFile(String fileName) {
- // 没有后缀名不处理
- if (!fileName.contains(SUFFIX_SPLIT)) {
- return fileName; // 返回原文件名
- }
-
- // 文件后缀
- String extension = FilenameUtils.getExtension(fileName); // 获取文件后缀
-
- // 以系统时间命名
- return IdWorker.getIdStr() + "." + extension; // 返回新文件名
- }
-
- /**
- * 处理新的文件路径,为上传文件预设目录,如:2021/01/01/xxx.jpg,要注意的是,前面没有斜杠
- * 方法用于处理上传文件的路径,根据当前日期生成目录结构。
- *
- * @param file 文件
- * @return 处理后的文件路径
- */
- public static String processPath(MultipartFile file) {
- // 创建OSSClient实例。
- String fileName = file.getOriginalFilename(); // 获取原始文件名
-
- // 需要重命名
- fileName = renameFile(fileName); // 重命名文件
-
- // 获得上传的文件夹
- String dir = DateUtils.formatDate(new Date(), "yyyy/MM/dd/"); // 获取当前日期格式化后的目录
-
- return new StringBuffer(dir).append(fileName).toString(); // 返回处理后的文件路径
- }
-
- /**
- * 检查文件夹是否存在,不存在则创建
- * 方法用于检查指定的文件夹是否存在,如果不存在则创建。
- *
- * @param fileName 文件名
- */
- public static void checkDir(String fileName) {
- int index = fileName.lastIndexOf("/"); // 获取最后一个斜杠的位置
- if (index == -1) {
- return; // 如果没有斜杠,返回
- }
-
- File file = new File(fileName.substring(0, index)); // 创建文件对象
- if (!file.exists()) {
- file.mkdirs(); // 如果文件夹不存在,创建文件夹
- }
- }
-}
\ No newline at end of file
+ /**
+ * 后缀分割符号
+ */
+ private static final String SUFFIX_SPLIT = ".";
+
+
+ /**
+ * 支持以断点的方式输出文件,提供文件在线预览和视频在线播放
+ * @param request
+ * @param response
+ * @param filePath
+ * @throws IOException
+ */
+ public static void writeRange(HttpServletRequest request,
+ HttpServletResponse response, String filePath) throws IOException {
+
+ // 读取文件
+ File file = new File(filePath);
+
+ //只读模式
+ RandomAccessFile randomFile = new RandomAccessFile(file, "r");
+ long contentLength = randomFile.length();
+ String range = request.getHeader("Range");
+ int start = 0, end = 0;
+ if (range != null && range.startsWith("bytes=")) {
+ String[] values = range.split("=")[1].split("-");
+ start = Integer.parseInt(values[0]);
+ if (values.length > 1) {
+ end = Integer.parseInt(values[1]);
+ }
+ }
+ int requestSize;
+ if (end != 0 && end > start) {
+ requestSize = end - start + 1;
+ } else {
+ requestSize = Integer.MAX_VALUE;
+ }
+
+ byte[] buffer = new byte[128];
+ response.setContentType(MediaUtils.getContentType(filePath));
+ response.setHeader("Accept-Ranges", "bytes");
+ response.setHeader("ETag", file.getName());
+ response.setHeader("Last-Modified", new Date().toString());
+ //第一次请求只返回content length来让客户端请求多次实际数据
+ if (range == null) {
+ response.setHeader("Content-length", contentLength + "");
+ } else {
+ //以后的多次以断点续传的方式来返回视频数据
+ response.setStatus(HttpServletResponse.SC_PARTIAL_CONTENT);
+ long requestStart = 0, requestEnd = 0;
+ String[] ranges = range.split("=");
+ if (ranges.length > 1) {
+ String[] rangeData = ranges[1].split("-");
+ requestStart = Integer.parseInt(rangeData[0]);
+ if (rangeData.length > 1) {
+ requestEnd = Integer.parseInt(rangeData[1]);
+ }
+ }
+ long length;
+ if (requestEnd > 0) {
+ length = requestEnd - requestStart + 1;
+ response.setHeader("Content-length", "" + length);
+ response.setHeader("Content-Range", "bytes " + requestStart + "-" + requestEnd + "/" + contentLength);
+ } else {
+ length = contentLength - requestStart;
+ response.setHeader("Content-length", "" + length);
+ response.setHeader("Content-Range", "bytes " + requestStart + "-" + (contentLength - 1) + "/" + contentLength);
+ }
+ }
+ ServletOutputStream out = response.getOutputStream();
+ int needSize = requestSize;
+ randomFile.seek(start);
+ while (needSize > 0) {
+ int len = randomFile.read(buffer);
+ if (needSize < buffer.length) {
+ out.write(buffer, 0, needSize);
+ } else {
+ out.write(buffer, 0, len);
+ if (len < buffer.length) {
+ break;
+ }
+ }
+ needSize -= buffer.length;
+ }
+ randomFile.close();
+ out.close();
+ }
+
+
+
+
+ /**
+ * 重命名文件
+ * @param fileName
+ * @return
+ */
+ public static String renameFile(String fileName) {
+
+ //没有后缀名不处理
+ if (!fileName.contains(SUFFIX_SPLIT)) {
+ return fileName;
+ }
+
+ //文件后缀
+ String extension = FilenameUtils.getExtension(fileName);
+
+ //以系统时间命名
+ return IdWorker.getIdStr() + "."+ extension;
+
+ }
+
+
+ /**
+ * 处理新的文件路径,为上传文件预设目录,如:2021/01/01/xxx.jpg,要注意的是,前面没有斜杠
+ * @param file 文件
+ * @return
+ */
+ public static String processPath(MultipartFile file){
+
+ // 创建OSSClient实例。
+ String fileName = file.getOriginalFilename();
+
+ // 需要重命名
+ fileName = renameFile(fileName);
+
+ //获得上传的文件夹
+ String dir = DateUtils.formatDate(new Date(), "yyyy/MM/dd/");
+
+ return new StringBuffer(dir).append(fileName).toString();
+
+ }
+
+ /**
+ * 检查文件夹是否存在,不存在则创建
+ * @param fileName
+ * @return
+ */
+ public static void checkDir(String fileName){
+ int index = fileName.lastIndexOf("/");
+ if(index == -1){
+ return;
+ }
+
+ File file = new File(fileName.substring(0,index));
+ if(!file.exists()){
+ file.mkdirs();
+ }
+ }
+
+
+}
diff --git a/exam-api/src/main/java/com/yf/exam/ability/upload/utils/MediaUtils.java b/exam-api/src/main/java/com/yf/exam/ability/upload/utils/MediaUtils.java
index aff5557..b4394c0 100644
--- a/exam-api/src/main/java/com/yf/exam/ability/upload/utils/MediaUtils.java
+++ b/exam-api/src/main/java/com/yf/exam/ability/upload/utils/MediaUtils.java
@@ -1,75 +1,47 @@
package com.yf.exam.ability.upload.utils;
-// 这一行声明了该Java类所属的包名为com.yf.exam.ability.upload.utils。
-// 包用于对相关的Java类进行组织和管理,方便代码的分类、复用以及避免类名冲突。
-import org.apache.commons.lang3.StringUtils; // 导入Apache Commons Lang的字符串工具类,用于字符串操作
-// 引入了Apache Commons Lang库中的StringUtils类。
-// 这个类提供了许多方便的字符串操作方法,比如判断字符串是否为空、是否空白(包含空格等空白字符)、字符串的拼接、截取等操作,在这里主要用于对文件路径字符串进行相关判断。
+import org.apache.commons.lang3.StringUtils;
-import java.util.HashMap; // 导入Java的HashMap类,用于创建映射
-// 导入了Java标准库中的HashMap类。
-// HashMap是实现了Map接口的一个具体类,它用于存储键值对形式的数据,通过键可以快速获取对应的值,在这里用于创建文件后缀名到MIME类型的映射关系。
-
-import java.util.Map; // 导入Java的Map接口,用于键值对映射
-// 引入了Java标准库中的Map接口。
-// Map接口定义了键值对数据结构的通用操作规范,如添加键值对、根据键获取值、删除键值对等操作。
-// 虽然这里同时导入了HashMap类,但导入Map接口使得代码在使用映射数据结构时更具通用性,方便后续可能的替换为其他实现Map接口的类。
+import java.util.HashMap;
+import java.util.Map;
/**
- * 媒体工具类,用于判断和获取媒体文件的MIME类型
- * 该类提供了一个静态映射,用于将文件后缀名映射到对应的MIME类型,以便在处理文件上传和下载时确定正确的媒体类型。
- * @author bool
+ * 媒体工具,判断媒体类型
+ * @author bool
* @date 2019-11-14 16:21
*/
-// 这是一个Java类的文档注释,用于描述该类的整体功能和用途。
-// 说明这个类主要是作为媒体工具类,其核心功能是判断和获取媒体文件的MIME类型。
-// 通过维护一个静态的映射关系(文件后缀名到MIME类型的映射),在文件上传和下载的业务场景中,能够依据文件的后缀名准确地确定其对应的MIME类型,从而正确处理文件的传输和展示等操作。
-// 同时标注了类的作者是bool,创建日期是2019年11月14日16:21。
-
public class MediaUtils {
- /**
- * 媒体类型映射
- * 静态映射,包含文件后缀名到MIME类型的映射。
- */
- // 这是对下面定义的MEDIA_MAP成员变量的文档注释,说明它是一个静态的映射,用于存储文件后缀名和对应的MIME类型之间的映射关系。
+ public static final Map MEDIA_MAP = new HashMap(){
+ {
- public static final Map MEDIA_MAP = new HashMap() {{
- // 初始化映射
- // PDF文件的MIME类型
- put(".pdf", "application/pdf");
- // 视频文件的MIME类型
- put(".mp4", "video/mp4");
- }};
- // 这里定义了一个名为MEDIA_MAP的公共静态最终变量,它是一个HashMap类型的映射。
- // 通过匿名内部类的初始化方式,在创建HashMap实例的同时向其中添加了一些常见的文件后缀名到MIME类型的映射关系,比如将".pdf"后缀名映射到"application/pdf"这个MIME类型,将".mp4"后缀名映射到"video/mp4"这个MIME类型。
- // 由于被声明为静态最终变量,它在类加载时就会被初始化,并且其值不能再被修改,方便在整个类的其他地方直接使用这个映射关系来获取文件的MIME类型。
+ //本来是pdf的
+ put(".pdf", "application/pdf");
+
+ //视频
+ put(".mp4", "video,video/mp4");
+
+ }
+ };
/**
- * 根据文件路径获取文件的MIME类型
- * 方法根据文件的后缀名,从MEDIA_MAP中获取对应的MIME类型。
- *
- * @param filePath 文件路径
- * @return 文件的MIME类型
+ * 获得文件类型
+ * @param filePath
+ * @return
*/
- // 这是对下面定义的getContentType方法的文档注释,说明该方法的功能是根据传入的文件路径,提取出文件的后缀名,然后从MEDIA_MAP这个静态映射中获取对应的MIME类型并返回。
+ public static String getContentType(String filePath){
+
+ if(!StringUtils.isBlank(filePath)
+ && filePath.indexOf(".")!=-1) {
- public static String getContentType(String filePath) {
- if (!StringUtils.isBlank(filePath) && filePath.indexOf(".")!= -1) {
- // 提取文件后缀名,并转换为小写
+ // 后缀转换成小写
String suffix = filePath.substring(filePath.lastIndexOf(".")).toLowerCase();
- // 从映射中获取MIME类型
if (MEDIA_MAP.containsKey(suffix)) {
return MEDIA_MAP.get(suffix);
}
}
- // 如果没有找到对应的MIME类型,返回默认值
return "application/octet-stream";
}
- // 这是定义的一个公共静态方法getContentType,它接受一个字符串类型的参数filePath,表示文件的路径。
- // 首先,通过StringUtils.isBlank方法判断文件路径是否不为空且包含小数点(即有文件后缀名)。
- // 如果满足条件,就使用substring方法从文件路径中提取出文件的后缀名,并通过toLowerCase方法将其转换为小写形式。
- // 然后,检查提取出的后缀名是否存在于MEDIA_MAP这个静态映射中,如果存在,就返回对应的MIME类型;如果不存在,就返回默认的MIME类型"application/octet-stream",这个默认值通常用于表示未知类型的二进制数据文件。
-}
\ No newline at end of file
+}
diff --git a/exam-api/src/main/java/com/yf/exam/aspect/DictAspect.java b/exam-api/src/main/java/com/yf/exam/aspect/DictAspect.java
index a85ec9a..441a154 100644
--- a/exam-api/src/main/java/com/yf/exam/aspect/DictAspect.java
+++ b/exam-api/src/main/java/com/yf/exam/aspect/DictAspect.java
@@ -1,189 +1,156 @@
package com.yf.exam.aspect;
-// 导入FastJSON库,用于将Java对象转换为JSON字符串以及从JSON字符串解析为Java对象等操作,
-// 在本类的多个方法中用于对象与JSON字符串之间的转换,以便于处理数据字典相关的值。
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
-
-// 导入MyBatis Plus的接口,用于处理分页相关的数据结构,在本类中用于判断和处理分页数据中的数据字典值。
import com.baomidou.mybatisplus.core.metadata.IPage;
-
-// 导入Jackson库的注解,用于指定日期格式的序列化和反序列化方式,
-// 在本类的parseObject方法中用于根据注解设置日期字段的格式化输出。
import com.fasterxml.jackson.annotation.JsonFormat;
-
-// 导入自定义的注解,可能用于标记与数据字典相关的字段,以便在本类中识别并处理这些字段的数据字典值。
import com.yf.exam.core.annon.Dict;
-
-// 导入自定义的API响应类,用于封装API调用的返回结果,包括数据、状态码等信息,
-// 在本类的多个方法中用于获取和设置返回结果中的数据部分,以便处理其中的数据字典值。
import com.yf.exam.core.api.ApiRest;
-
-// 导入自定义的反射工具类,可能用于获取对象的所有字段等反射相关操作,
-// 在本类的parseObject方法中用于获取对象的所有字段以便遍历处理数据字典值。
import com.yf.exam.core.utils.Reflections;
-
-// 导入系统数据字典服务类,用于查询数据字典表以获取数据字典值的翻译文本,
-// 在本类的translateDictValue方法中用于根据字典代码、文本、表名和键值查询对应的字典文本。
import com.yf.exam.modules.sys.system.service.SysDictService;
-
-// 导入Lombok的Log4j2注解,用于简化日志记录的配置,通过该注解可以方便地在类中使用Log4j2进行日志输出。
-import lombok.extern.log4j.Log4j2;
-
-// 导入AspectJ的相关类,用于定义切面、切点和环绕通知等AOP相关的操作,
-// 在本类中用于实现对特定方法的拦截和处理,以实现数据字典值的翻译等功能。
+import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
-
-// 导入Spring框架的注解,用于自动注入依赖对象和标记类为Spring组件,
-// 在本类中通过@Autowired注入SysDictService对象,并通过@Component标记本类为Spring组件,使其可被Spring容器管理。
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
-
-// 导入Spring框架的工具类,用于判断字符串是否为空等操作,
-// 在本类的多个方法中用于判断字符串是否为空,以便进行相应的处理逻辑。
import org.springframework.util.StringUtils;
-// 导入Java标准库中的反射相关类,用于通过反射操作对象的字段、获取类型信息等,
-// 在本类的多个方法中广泛用于获取对象的字段、判断字段类型、获取字段注解等操作。
import java.lang.reflect.Field;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
-
-// 导入Java标准库中的日期格式化类和日期类,用于处理日期格式的转换和操作,
-// 在本类的parseObject方法中用于根据注解或默认格式对日期字段进行格式化输出。
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
- * 数据字典AOP类,主要功能是处理数据字典值。通过拦截特定的方法调用,
- * 对返回结果中的数据字典相关字段进行翻译、格式化等处理,以提供更友好的展示效果。
+ * 数据字典AOP类,处理数据字典值
*
* @author bool
*/
-@Aspect // 标记该类为一个AspectJ切面类,用于定义切面相关的逻辑。
-@Component // 标记该类为Spring组件,使其能够被Spring容器管理和实例化,以便在应用中使用。
-@Log4j2 // 使用Log4j2注解启用日志记录功能,方便在类中记录相关操作的日志信息。
+@Aspect
+@Component
+@Slf4j
public class DictAspect {
@Autowired
- private SysDictService sysDictService; // 通过自动注入获取系统数据字典服务对象,用于查询数据字典值。
+ private SysDictService sysDictService;
/**
- * 定义一个环绕通知,切入到指定的Controller方法执行前后。
- * 这里的切点表达式指定了拦截所有在com.yf.exam包及其子包下的所有Controller类中的所有公有方法。
- *
- * @param pjp 切入点对象,包含了被拦截方法的相关信息,如方法参数、目标对象等。
- * @return 返回结果,经过处理后的方法执行结果,可能经过了数据字典值的处理等操作。
- * @throws Throwable 如果在环绕通知的执行过程中出现异常,则抛出。
+ * 切入Controller执行
+ * @param pjp
+ * @return
+ * @throws Throwable
*/
@Around("execution(public * com.yf.exam..*.*Controller.*(..))")
public Object doAround(ProceedingJoinPoint pjp) throws Throwable {
- return this.translate(pjp); // 调用translate方法对被拦截方法的执行结果进行处理,主要是处理数据字典值。
+ return this.translate(pjp);
}
/**
- * 对被拦截方法的执行结果进行翻译处理,并返回处理后的结果。
- * 在调用此方法之前,通常需要确保相关的BaseDictService(可能是数据字典相关的基础服务)已经实现。
+ * 进行翻译并返回,调用前必须实现:BaseDictService
*
- * @param pjp 切入点对象,包含了被拦截方法的相关信息,如方法参数、目标对象等。
- * @return 返回结果,经过数据字典值处理后的方法执行结果。
- * @throws Throwable 如果在处理过程中出现异常,则抛出。
+ * @param pjp
+ * @return
+ * @throws Throwable
*/
public Object translate(ProceedingJoinPoint pjp) throws Throwable {
- // 调用被拦截方法获取原始结果,然后调用parseAllDictText方法对结果进行数据字典值的处理。
+ // 处理字典
return this.parseAllDictText(pjp.proceed());
}
/**
- * 根据结果对象的类型,判断是否需要对其进行数据字典值的处理。
- * 如果结果对象是ApiRest类型,则调用parseFullDictText方法进行完整的数据字典值处理。
+ * 转换全部数据字典
*
- * @param result 结果对象,即被拦截方法执行后的返回结果。
+ * @param result
*/
private Object parseAllDictText(Object result) {
- // 判断结果对象是否是ApiRest类型,如果是则进行数据字典值的处理。
+
+ // 非ApiRest类型不处理
if (result instanceof ApiRest) {
parseFullDictText(result);
}
+
return result;
}
+
/**
- * 对ApiRest类型的结果对象进行完整的数据字典值处理,包括处理分页数据、列表数据以及单对象数据等情况。
+ * 转换所有类型的数据字典、包含子列表
*
- * @param result 结果对象,即ApiRest类型的返回结果,其中包含了要处理的数据部分。
+ * @param result
*/
private void parseFullDictText(Object result) {
+
try {
- Object rest = ((ApiRest) result).getData(); // 获取ApiRest对象中的数据部分,这部分数据可能包含数据字典相关字段。
- // 如果数据部分为空或者是基本数据类型,则不需要进行数据字典值的处理,直接返回。
+ Object rest = ((ApiRest) result).getData();
+
+ // 不处理普通数据类型
if (rest == null || this.isBaseType(rest.getClass())) {
return;
}
- // 如果数据部分是分页数据类型(IPage),则对分页数据中的每条记录进行数据字典值处理。
+ // 分页的
if (rest instanceof IPage) {
List